Searched refs:dir_file (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/ext4/ |
D | dir.c | 443 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, in ext4_htree_store_dirent() argument 453 info = dir_file->private_data; in ext4_htree_store_dirent()
|
D | namei.c | 1017 static int htree_dirblock_to_tree(struct file *dir_file, in htree_dirblock_to_tree() argument 1071 err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree() 1087 err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree() 1115 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument 1130 dir = file_inode(dir_file); in ext4_htree_fill_tree() 1139 count = htree_inlinedir_to_tree(dir_file, dir, 0, in ext4_htree_fill_tree() 1148 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo, in ext4_htree_fill_tree() 1164 err = ext4_htree_store_dirent(dir_file, 0, 0, in ext4_htree_fill_tree() 1175 err = ext4_htree_store_dirent(dir_file, 2, 0, in ext4_htree_fill_tree() 1189 ret = htree_dirblock_to_tree(dir_file, dir, block, &hinfo, in ext4_htree_fill_tree()
|
D | inline.c | 1356 int htree_inlinedir_to_tree(struct file *dir_file, in htree_inlinedir_to_tree() argument 1366 struct inode *inode = file_inode(dir_file); in htree_inlinedir_to_tree() 1428 if (ext4_check_dir_entry(inode, dir_file, de, in htree_inlinedir_to_tree() 1445 err = ext4_htree_store_dirent(dir_file, hinfo->hash, in htree_inlinedir_to_tree()
|
D | ext4.h | 2416 extern int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, 2603 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, 3098 extern int htree_inlinedir_to_tree(struct file *dir_file,
|