Searched refs:start_hash (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ext4/
H A Dnamei.c322 __u32 *start_hash);
1003 * If start_hash is non-null, it will be filled in with the starting
1009 __u32 *start_hash)
1041 if (start_hash)
1042 *start_hash = bhash;
1072 __u32 start_hash, __u32 start_minor_hash)
1131 if ((hinfo->hash < start_hash) ||
1132 ((hinfo->hash == start_hash) &&
1177 * at start_hash and start_minor_hash.
1182 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, argument
1006 ext4_htree_next_block(struct inode *dir, __u32 hash, struct dx_frame *frame, struct dx_frame *frames, __u32 *start_hash) 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) argument
[all...]
H A Dinline.c1332 __u32 start_hash, __u32 start_minor_hash,
1415 if ((hinfo->hash < start_hash) ||
1416 ((hinfo->hash == start_hash) &&
1329 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) argument
H A Dext4.h3053 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash,
3574 __u32 start_hash, __u32 start_minor_hash,

Completed in 112 milliseconds