Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dnamei.c322 __u32 *start_hash);
999 __u32 *start_hash) in ext4_htree_next_block() argument
1031 if (start_hash) in ext4_htree_next_block()
1032 *start_hash = bhash; in ext4_htree_next_block()
1062 __u32 start_hash, __u32 start_minor_hash) in htree_dirblock_to_tree() argument
1116 if ((hinfo->hash < start_hash) || in htree_dirblock_to_tree()
1117 ((hinfo->hash == start_hash) && in htree_dirblock_to_tree()
1167 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument
1181 start_hash, start_minor_hash)); in ext4_htree_fill_tree()
1196 &hinfo, start_hash, in ext4_htree_fill_tree()
[all …]
Dinline.c1351 __u32 start_hash, __u32 start_minor_hash, in ext4_inlinedir_to_tree() argument
1434 if ((hinfo->hash < start_hash) || in ext4_inlinedir_to_tree()
1435 ((hinfo->hash == start_hash) && in ext4_inlinedir_to_tree()
Dext4.h3040 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash,
3580 __u32 start_hash, __u32 start_minor_hash,