Searched refs:dir_file (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/ext4/ |
| H A D | dir.c | 469 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, in ext4_htree_store_dirent() argument 478 info = dir_file->private_data; in ext4_htree_store_dirent()
|
| H A D | namei.c | 1040 static int htree_dirblock_to_tree(struct file *dir_file, in htree_dirblock_to_tree() argument 1111 err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree() 1127 err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree() 1153 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument 1168 dir = file_inode(dir_file); in ext4_htree_fill_tree() 1181 count = ext4_inlinedir_to_tree(dir_file, dir, 0, in ext4_htree_fill_tree() 1190 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo, in ext4_htree_fill_tree() 1206 err = ext4_htree_store_dirent(dir_file, 0, 0, in ext4_htree_fill_tree() 1217 err = ext4_htree_store_dirent(dir_file, 2, 0, in ext4_htree_fill_tree() 1231 ret = htree_dirblock_to_tree(dir_file, dir, block, &hinfo, in ext4_htree_fill_tree()
|
| H A D | inline.c | 1265 int ext4_inlinedir_to_tree(struct file *dir_file, in ext4_inlinedir_to_tree() argument 1275 struct inode *inode = file_inode(dir_file); in ext4_inlinedir_to_tree() 1337 if (ext4_check_dir_entry(inode, dir_file, de, in ext4_inlinedir_to_tree() 1363 err = ext4_htree_store_dirent(dir_file, hinfo->hash, in ext4_inlinedir_to_tree()
|
| H A D | ext4.h | 2838 extern int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, 3080 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, 3590 extern int ext4_inlinedir_to_tree(struct file *dir_file,
|