Searched refs:get_dir_index_using_offset (Results 1 – 4 of 4) sorted by relevance
/external/squashfs-tools/kernel/fs/squashfs/ |
D | dir.c | 52 static int get_dir_index_using_offset(struct super_block *sb, in get_dir_index_using_offset() function 158 length = get_dir_index_using_offset(inode->i_sb, &block, &offset, in squashfs_readdir()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 425 static int get_dir_index_using_offset(struct super_block *s, long long in get_dir_index_using_offset() function 539 length = get_dir_index_using_offset(i->i_sb, &next_block, &next_offset, in squashfs_readdir_2()
|
D | inode.c | 1633 static int get_dir_index_using_offset(struct super_block *s, long long in get_dir_index_using_offset() function 1775 length = get_dir_index_using_offset(i->i_sb, &next_block, &next_offset, in squashfs_readdir()
|
/external/squashfs-tools/ |
D | CHANGES | 205 1.5 Fixed bug in get_dir_index_using_offset.
|