Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dnamei.c980 __u32 *start_hash) in ext4_htree_next_block() argument
1012 if (start_hash) in ext4_htree_next_block()
1013 *start_hash = bhash; in ext4_htree_next_block()
1102 if ((hinfo->hash < start_hash) || in htree_dirblock_to_tree()
1103 ((hinfo->hash == start_hash) && in htree_dirblock_to_tree()
1167 start_hash, start_minor_hash)); in ext4_htree_fill_tree()
1182 &hinfo, start_hash, in ext4_htree_fill_tree()
1195 hinfo.hash = start_hash; in ext4_htree_fill_tree()
1202 if (!start_hash && !start_minor_hash) { in ext4_htree_fill_tree()
1212 if (start_hash < 2 || (start_hash ==2 && start_minor_hash==0)) { in ext4_htree_fill_tree()
[all …]
H A Dinline.c1268 __u32 start_hash, __u32 start_minor_hash, in ext4_inlinedir_to_tree() argument
1355 if ((hinfo->hash < start_hash) || in ext4_inlinedir_to_tree()
1356 ((hinfo->hash == start_hash) && in ext4_inlinedir_to_tree()
H A Dext4.h3080 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash,
3593 __u32 start_hash, __u32 start_minor_hash,