Searched refs:start_hash (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ext3/ |
D | namei.c | 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() [all …]
|
D | ext3.h | 1078 extern int ext3_htree_fill_tree(struct file *dir_file, __u32 start_hash,
|
/linux-4.1.27/fs/ext4/ |
D | namei.c | 268 __u32 *start_hash); 897 __u32 *start_hash) in ext4_htree_next_block() argument 929 if (start_hash) in ext4_htree_next_block() 930 *start_hash = bhash; in ext4_htree_next_block() 960 __u32 start_hash, __u32 start_minor_hash) in htree_dirblock_to_tree() argument 1005 if ((hinfo->hash < start_hash) || in htree_dirblock_to_tree() 1006 ((hinfo->hash == start_hash) && in htree_dirblock_to_tree() 1054 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument 1068 start_hash, start_minor_hash)); in ext4_htree_fill_tree() 1079 &hinfo, start_hash, in ext4_htree_fill_tree() [all …]
|
D | inline.c | 1321 __u32 start_hash, __u32 start_minor_hash, in htree_inlinedir_to_tree() argument 1399 if ((hinfo->hash < start_hash) || in htree_inlinedir_to_tree() 1400 ((hinfo->hash == start_hash) && in htree_inlinedir_to_tree()
|
D | ext4.h | 2351 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, 2818 __u32 start_hash, __u32 start_minor_hash,
|