Searched refs:start_hash (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | namei.c | 319 __u32 *start_hash); 967 * If start_hash is non-null, it will be filled in with the starting 973 __u32 *start_hash) in ext4_htree_next_block() 1005 if (start_hash) in ext4_htree_next_block() 1006 *start_hash = bhash; in ext4_htree_next_block() 1036 __u32 start_hash, __u32 start_minor_hash) in htree_dirblock_to_tree() 1077 if ((hinfo->hash < start_hash) || in htree_dirblock_to_tree() 1078 ((hinfo->hash == start_hash) && in htree_dirblock_to_tree() 1123 * at start_hash and start_minor_hash. 1128 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument 970 ext4_htree_next_block(struct inode *dir, __u32 hash, struct dx_frame *frame, struct dx_frame *frames, __u32 *start_hash) ext4_htree_next_block() argument 1033 htree_dirblock_to_tree(struct file *dir_file, struct inode *dir, ext4_lblk_t block, struct dx_hash_info *hinfo, __u32 start_hash, __u32 start_minor_hash) htree_dirblock_to_tree() argument [all...] |
H A D | inline.c | 1360 __u32 start_hash, __u32 start_minor_hash, in ext4_inlinedir_to_tree() 1438 if ((hinfo->hash < start_hash) || in ext4_inlinedir_to_tree() 1439 ((hinfo->hash == start_hash) && in ext4_inlinedir_to_tree() 1357 ext4_inlinedir_to_tree(struct file *dir_file, struct inode *dir, ext4_lblk_t block, struct dx_hash_info *hinfo, __u32 start_hash, __u32 start_minor_hash, int *has_inline_data) ext4_inlinedir_to_tree() argument
|
H A D | ext4.h | 2944 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, 3453 __u32 start_hash, __u32 start_minor_hash,
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | namei.c | 322 __u32 *start_hash); 1003 * If start_hash is non-null, it will be filled in with the starting 1009 __u32 *start_hash) in ext4_htree_next_block() 1041 if (start_hash) in ext4_htree_next_block() 1042 *start_hash = bhash; in ext4_htree_next_block() 1072 __u32 start_hash, __u32 start_minor_hash) in htree_dirblock_to_tree() 1131 if ((hinfo->hash < start_hash) || in htree_dirblock_to_tree() 1132 ((hinfo->hash == start_hash) && in htree_dirblock_to_tree() 1177 * at start_hash and start_minor_hash. 1182 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument 1006 ext4_htree_next_block(struct inode *dir, __u32 hash, struct dx_frame *frame, struct dx_frame *frames, __u32 *start_hash) ext4_htree_next_block() argument 1069 htree_dirblock_to_tree(struct file *dir_file, struct inode *dir, ext4_lblk_t block, struct dx_hash_info *hinfo, __u32 start_hash, __u32 start_minor_hash) htree_dirblock_to_tree() argument [all...] |
H A D | inline.c | 1333 __u32 start_hash, __u32 start_minor_hash, in ext4_inlinedir_to_tree() 1416 if ((hinfo->hash < start_hash) || in ext4_inlinedir_to_tree() 1417 ((hinfo->hash == start_hash) && in ext4_inlinedir_to_tree() 1330 ext4_inlinedir_to_tree(struct file *dir_file, struct inode *dir, ext4_lblk_t block, struct dx_hash_info *hinfo, __u32 start_hash, __u32 start_minor_hash, int *has_inline_data) ext4_inlinedir_to_tree() argument
|
H A D | ext4.h | 3040 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, 3561 __u32 start_hash, __u32 start_minor_hash,
|
Completed in 25 milliseconds