Searched refs:start_hash (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/fs/ext3/ |
H A D | namei.c | 161 __u32 *start_hash); 491 * If start_hash is non-null, it will be filled in with the starting 497 __u32 *start_hash) ext3_htree_next_block() 529 if (start_hash) ext3_htree_next_block() 530 *start_hash = bhash; ext3_htree_next_block() 560 __u32 start_hash, __u32 start_minor_hash) htree_dirblock_to_tree() 583 if ((hinfo->hash < start_hash) || htree_dirblock_to_tree() 584 ((hinfo->hash == start_hash) && htree_dirblock_to_tree() 604 * at start_hash and start_minor_hash. 609 int ext3_htree_fill_tree(struct file *dir_file, __u32 start_hash, ext3_htree_fill_tree() argument 621 dxtrace(printk("In htree_fill_tree, start hash: %x:%x\n", start_hash, ext3_htree_fill_tree() 631 start_hash, start_minor_hash); ext3_htree_fill_tree() 635 hinfo.hash = start_hash; ext3_htree_fill_tree() 642 if (!start_hash && !start_minor_hash) { ext3_htree_fill_tree() 648 if (start_hash < 2 || (start_hash ==2 && start_minor_hash==0)) { ext3_htree_fill_tree() 659 start_hash, start_minor_hash); ext3_htree_fill_tree() 494 ext3_htree_next_block(struct inode *dir, __u32 hash, struct dx_frame *frame, struct dx_frame *frames, __u32 *start_hash) ext3_htree_next_block() argument 557 htree_dirblock_to_tree(struct file *dir_file, struct inode *dir, int block, struct dx_hash_info *hinfo, __u32 start_hash, __u32 start_minor_hash) htree_dirblock_to_tree() argument
|
H A D | ext3.h | 1078 extern int ext3_htree_fill_tree(struct file *dir_file, __u32 start_hash,
|
/linux-4.1.27/fs/ext4/ |
H A D | namei.c | 268 __u32 *start_hash); 891 * If start_hash is non-null, it will be filled in with the starting 897 __u32 *start_hash) ext4_htree_next_block() 929 if (start_hash) ext4_htree_next_block() 930 *start_hash = bhash; ext4_htree_next_block() 960 __u32 start_hash, __u32 start_minor_hash) htree_dirblock_to_tree() 1005 if ((hinfo->hash < start_hash) || htree_dirblock_to_tree() 1006 ((hinfo->hash == start_hash) && htree_dirblock_to_tree() 1049 * at start_hash and start_minor_hash. 1054 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, ext4_htree_fill_tree() argument 1068 start_hash, start_minor_hash)); ext4_htree_fill_tree() 1079 &hinfo, start_hash, ext4_htree_fill_tree() 1088 start_hash, start_minor_hash); ext4_htree_fill_tree() 1092 hinfo.hash = start_hash; ext4_htree_fill_tree() 1099 if (!start_hash && !start_minor_hash) { ext4_htree_fill_tree() 1109 if (start_hash < 2 || (start_hash ==2 && start_minor_hash==0)) { ext4_htree_fill_tree() 1124 start_hash, start_minor_hash); ext4_htree_fill_tree() 894 ext4_htree_next_block(struct inode *dir, __u32 hash, struct dx_frame *frame, struct dx_frame *frames, __u32 *start_hash) ext4_htree_next_block() argument 957 htree_dirblock_to_tree(struct file *dir_file, struct inode *dir, ext4_lblk_t block, struct dx_hash_info *hinfo, __u32 start_hash, __u32 start_minor_hash) htree_dirblock_to_tree() argument
|
H A D | inline.c | 1321 __u32 start_hash, __u32 start_minor_hash, htree_inlinedir_to_tree() 1399 if ((hinfo->hash < start_hash) || htree_inlinedir_to_tree() 1400 ((hinfo->hash == start_hash) && htree_inlinedir_to_tree() 1318 htree_inlinedir_to_tree(struct file *dir_file, struct inode *dir, ext4_lblk_t block, struct dx_hash_info *hinfo, __u32 start_hash, __u32 start_minor_hash, int *has_inline_data) htree_inlinedir_to_tree() argument
|
H A 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,
|
Completed in 165 milliseconds