Searched refs:start_hash (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/ext4/ |
D | namei.c | 303 __u32 *start_hash); 957 __u32 *start_hash) in ext4_htree_next_block() argument 989 if (start_hash) in ext4_htree_next_block() 990 *start_hash = bhash; in ext4_htree_next_block() 1020 __u32 start_hash, __u32 start_minor_hash) in htree_dirblock_to_tree() argument 1062 if ((hinfo->hash < start_hash) || in htree_dirblock_to_tree() 1063 ((hinfo->hash == start_hash) && in htree_dirblock_to_tree() 1115 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument 1129 start_hash, start_minor_hash)); in ext4_htree_fill_tree() 1140 &hinfo, start_hash, in ext4_htree_fill_tree() [all …]
|
D | inline.c | 1359 __u32 start_hash, __u32 start_minor_hash, in htree_inlinedir_to_tree() argument 1437 if ((hinfo->hash < start_hash) || in htree_inlinedir_to_tree() 1438 ((hinfo->hash == start_hash) && in htree_inlinedir_to_tree()
|
D | ext4.h | 2603 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, 3101 __u32 start_hash, __u32 start_minor_hash,
|