Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dnamei.c322 __u32 *start_hash);
1009 __u32 *start_hash) in ext4_htree_next_block() argument
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() argument
1131 if ((hinfo->hash < start_hash) || in htree_dirblock_to_tree()
1132 ((hinfo->hash == start_hash) && in htree_dirblock_to_tree()
1182 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument
1196 start_hash, start_minor_hash)); in ext4_htree_fill_tree()
1211 &hinfo, start_hash, in ext4_htree_fill_tree()
[all …]
Dinline.c1333 __u32 start_hash, __u32 start_minor_hash, in ext4_inlinedir_to_tree() argument
1416 if ((hinfo->hash < start_hash) || in ext4_inlinedir_to_tree()
1417 ((hinfo->hash == start_hash) && in ext4_inlinedir_to_tree()
Dext4.h3040 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash,
3561 __u32 start_hash, __u32 start_minor_hash,