Lines Matching refs:start_hash
161 __u32 *start_hash);
497 __u32 *start_hash) in ext3_htree_next_block() argument
529 if (start_hash) in ext3_htree_next_block()
530 *start_hash = bhash; in ext3_htree_next_block()
560 __u32 start_hash, __u32 start_minor_hash) in htree_dirblock_to_tree() argument
583 if ((hinfo->hash < start_hash) || in htree_dirblock_to_tree()
584 ((hinfo->hash == start_hash) && in htree_dirblock_to_tree()
609 int ext3_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext3_htree_fill_tree() argument
621 dxtrace(printk("In htree_fill_tree, start hash: %x:%x\n", start_hash, in ext3_htree_fill_tree()
631 start_hash, start_minor_hash); in ext3_htree_fill_tree()
635 hinfo.hash = start_hash; in ext3_htree_fill_tree()
642 if (!start_hash && !start_minor_hash) { in ext3_htree_fill_tree()
648 if (start_hash < 2 || (start_hash ==2 && start_minor_hash==0)) { in ext3_htree_fill_tree()
659 start_hash, start_minor_hash); in ext3_htree_fill_tree()