Lines Matching refs:squashfs_dir_stream
444 static int sqfs_search_dir(struct squashfs_dir_stream *dirs, char **token_list, in sqfs_search_dir()
875 struct squashfs_dir_stream *dirs; in sqfs_opendir()
969 struct squashfs_dir_stream *dirs; in sqfs_readdir()
977 dirs = (struct squashfs_dir_stream *)fs_dirs; in sqfs_readdir()
1320 struct squashfs_dir_stream *dirs; in sqfs_read()
1348 dirs = (struct squashfs_dir_stream *)dirsp; in sqfs_read()
1586 struct squashfs_dir_stream *dirs; in sqfs_size()
1605 dirs = (struct squashfs_dir_stream *)dirsp; in sqfs_size()
1672 struct squashfs_dir_stream *dirs; in sqfs_exists()
1688 dirs = (struct squashfs_dir_stream *)dirsp; in sqfs_exists()
1717 struct squashfs_dir_stream *sqfs_dirs; in sqfs_closedir()
1722 sqfs_dirs = (struct squashfs_dir_stream *)dirs; in sqfs_closedir()