Searched refs:start_hash (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ext4/ |
| H A D | namei.c | 978 __u32 *start_hash) in ext4_htree_next_block() argument 1010 if (start_hash) in ext4_htree_next_block() 1011 *start_hash = bhash; in ext4_htree_next_block() 1041 __u32 start_hash, __u32 start_minor_hash) in htree_dirblock_to_tree() argument 1100 if ((hinfo->hash < start_hash) || in htree_dirblock_to_tree() 1101 ((hinfo->hash == start_hash) && in htree_dirblock_to_tree() 1151 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument 1165 start_hash, start_minor_hash)); in ext4_htree_fill_tree() 1180 &hinfo, start_hash, in ext4_htree_fill_tree() 1189 start_hash, start_minor_hash); in ext4_htree_fill_tree() [all …]
|
| H A D | inline.c | 1261 __u32 start_hash, __u32 start_minor_hash, in ext4_inlinedir_to_tree() argument 1348 if ((hinfo->hash < start_hash) || in ext4_inlinedir_to_tree() 1349 ((hinfo->hash == start_hash) && in ext4_inlinedir_to_tree()
|
| H A D | ext4.h | 3152 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, 3678 __u32 start_hash, __u32 start_minor_hash,
|