Lines Matching refs:start_hash
288 __u32 *start_hash);
925 __u32 *start_hash) in ext4_htree_next_block() argument
957 if (start_hash) in ext4_htree_next_block()
958 *start_hash = bhash; in ext4_htree_next_block()
988 __u32 start_hash, __u32 start_minor_hash) in htree_dirblock_to_tree() argument
1030 if ((hinfo->hash < start_hash) || in htree_dirblock_to_tree()
1031 ((hinfo->hash == start_hash) && in htree_dirblock_to_tree()
1083 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument
1097 start_hash, start_minor_hash)); in ext4_htree_fill_tree()
1108 &hinfo, start_hash, in ext4_htree_fill_tree()
1117 start_hash, start_minor_hash); in ext4_htree_fill_tree()
1121 hinfo.hash = start_hash; in ext4_htree_fill_tree()
1128 if (!start_hash && !start_minor_hash) { in ext4_htree_fill_tree()
1138 if (start_hash < 2 || (start_hash ==2 && start_minor_hash==0)) { in ext4_htree_fill_tree()
1158 start_hash, start_minor_hash); in ext4_htree_fill_tree()