Searched refs:dir_file (Results 1 – 7 of 7) sorted by relevance
/fs/incfs/ |
D | data_mgmt.h | 370 struct dir_file { struct 421 struct dir_file *incfs_open_dir_file(struct mount_info *mi, struct file *bf); 422 void incfs_free_dir_file(struct dir_file *dir); 503 static inline struct dir_file *get_incfs_dir_file(struct file *f) in get_incfs_dir_file() 511 return (struct dir_file *)f->private_data; in get_incfs_dir_file()
|
D | data_mgmt.c | 398 struct dir_file *incfs_open_dir_file(struct mount_info *mi, struct file *bf) in incfs_open_dir_file() 400 struct dir_file *dir = NULL; in incfs_open_dir_file() 414 void incfs_free_dir_file(struct dir_file *dir) in incfs_free_dir_file()
|
D | vfs.c | 392 struct dir_file *dir = get_incfs_dir_file(file); in iterate_incfs_dir() 1481 struct dir_file *dir = NULL; in file_open() 1514 struct dir_file *dir = get_incfs_dir_file(file); in file_release()
|
/fs/ext4/ |
D | dir.c | 465 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, in ext4_htree_store_dirent() argument 475 info = dir_file->private_data; in ext4_htree_store_dirent()
|
D | namei.c | 1049 static int htree_dirblock_to_tree(struct file *dir_file, in htree_dirblock_to_tree() argument 1115 err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree() 1131 err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree() 1157 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument 1172 dir = file_inode(dir_file); in ext4_htree_fill_tree() 1185 count = ext4_inlinedir_to_tree(dir_file, dir, 0, in ext4_htree_fill_tree() 1194 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo, in ext4_htree_fill_tree() 1210 err = ext4_htree_store_dirent(dir_file, 0, 0, in ext4_htree_fill_tree() 1221 err = ext4_htree_store_dirent(dir_file, 2, 0, in ext4_htree_fill_tree() 1235 ret = htree_dirblock_to_tree(dir_file, dir, block, &hinfo, in ext4_htree_fill_tree()
|
D | inline.c | 1365 int ext4_inlinedir_to_tree(struct file *dir_file, in ext4_inlinedir_to_tree() argument 1375 struct inode *inode = file_inode(dir_file); in ext4_inlinedir_to_tree() 1437 if (ext4_check_dir_entry(inode, dir_file, de, in ext4_inlinedir_to_tree() 1459 err = ext4_htree_store_dirent(dir_file, hinfo->hash, in ext4_inlinedir_to_tree()
|
D | ext4.h | 2733 extern int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, 2968 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, 3479 extern int ext4_inlinedir_to_tree(struct file *dir_file,
|