Home
last modified time | relevance | path

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

/fs/incfs/
Ddata_mgmt.h245 struct dir_file { struct
279 struct dir_file *incfs_open_dir_file(struct mount_info *mi, struct file *bf);
280 void incfs_free_dir_file(struct dir_file *dir);
347 static inline struct dir_file *get_incfs_dir_file(struct file *f) in get_incfs_dir_file()
355 return (struct dir_file *)f->private_data; in get_incfs_dir_file()
Ddata_mgmt.c230 struct dir_file *incfs_open_dir_file(struct mount_info *mi, struct file *bf) in incfs_open_dir_file()
232 struct dir_file *dir = NULL; in incfs_open_dir_file()
246 void incfs_free_dir_file(struct dir_file *dir) in incfs_free_dir_file()
Dvfs.c676 struct dir_file *dir = get_incfs_dir_file(file); in iterate_incfs_dir()
1931 struct dir_file *dir = NULL; in file_open()
1957 struct dir_file *dir = get_incfs_dir_file(file); in file_release()
/fs/ext4/
Ddir.c462 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, in ext4_htree_store_dirent() argument
472 info = dir_file->private_data; in ext4_htree_store_dirent()
Dnamei.c1042 static int htree_dirblock_to_tree(struct file *dir_file, in htree_dirblock_to_tree() argument
1109 err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree()
1125 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()
Dinline.c1363 int ext4_inlinedir_to_tree(struct file *dir_file, in ext4_inlinedir_to_tree() argument
1373 struct inode *inode = file_inode(dir_file); in ext4_inlinedir_to_tree()
1435 if (ext4_check_dir_entry(inode, dir_file, de, in ext4_inlinedir_to_tree()
1457 err = ext4_htree_store_dirent(dir_file, hinfo->hash, in ext4_inlinedir_to_tree()
Dext4.h2527 extern int ext4_htree_store_dirent(struct file *dir_file, __u32 hash,
2717 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash,
3216 extern int ext4_inlinedir_to_tree(struct file *dir_file,