Home
last modified time | relevance | path

Searched refs:dir_file (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/fs/ext4/
Ddir.c459 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, in ext4_htree_store_dirent() argument
469 info = dir_file->private_data; in ext4_htree_store_dirent()
Dnamei.c1059 static int htree_dirblock_to_tree(struct file *dir_file, in htree_dirblock_to_tree() argument
1125 err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree()
1141 err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree()
1167 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument
1182 dir = file_inode(dir_file); in ext4_htree_fill_tree()
1195 count = ext4_inlinedir_to_tree(dir_file, dir, 0, in ext4_htree_fill_tree()
1204 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo, in ext4_htree_fill_tree()
1220 err = ext4_htree_store_dirent(dir_file, 0, 0, in ext4_htree_fill_tree()
1231 err = ext4_htree_store_dirent(dir_file, 2, 0, in ext4_htree_fill_tree()
1245 ret = htree_dirblock_to_tree(dir_file, dir, block, &hinfo, in ext4_htree_fill_tree()
Dinline.c1348 int ext4_inlinedir_to_tree(struct file *dir_file, in ext4_inlinedir_to_tree() argument
1358 struct inode *inode = file_inode(dir_file); in ext4_inlinedir_to_tree()
1420 if (ext4_check_dir_entry(inode, dir_file, de, in ext4_inlinedir_to_tree()
1442 err = ext4_htree_store_dirent(dir_file, hinfo->hash, in ext4_inlinedir_to_tree()
Dext4.h2802 extern int ext4_htree_store_dirent(struct file *dir_file, __u32 hash,
3040 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash,
3577 extern int ext4_inlinedir_to_tree(struct file *dir_file,