Searched refs:dir_file (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A 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); 501 static inline struct dir_file *get_incfs_dir_file(struct file *f) in get_incfs_dir_file() 509 return (struct dir_file *)f->private_data; in get_incfs_dir_file()
|
| H A D | data_mgmt.c | 399 struct dir_file *incfs_open_dir_file(struct mount_info *mi, struct file *bf) in incfs_open_dir_file() 401 struct dir_file *dir = NULL; in incfs_open_dir_file() 415 void incfs_free_dir_file(struct dir_file *dir) in incfs_free_dir_file()
|
| H A D | vfs.c | 391 struct dir_file *dir = get_incfs_dir_file(file); in iterate_incfs_dir() 1461 struct dir_file *dir = NULL; in file_open() 1494 struct dir_file *dir = get_incfs_dir_file(file); in file_release()
|
| /OK3568_Linux_fs/external/rkwifibt-app/include/ |
| H A D | RkBtObex.h | 23 int rk_bt_obex_pbap_get_vcf(char *dir_name, char *dir_file);
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A 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()
|
| H A D | namei.c | 1047 static int htree_dirblock_to_tree(struct file *dir_file, in htree_dirblock_to_tree() argument 1113 err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree() 1129 err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree() 1155 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument 1170 dir = file_inode(dir_file); in ext4_htree_fill_tree() 1183 count = ext4_inlinedir_to_tree(dir_file, dir, 0, in ext4_htree_fill_tree() 1192 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo, in ext4_htree_fill_tree() 1208 err = ext4_htree_store_dirent(dir_file, 0, 0, in ext4_htree_fill_tree() 1219 err = ext4_htree_store_dirent(dir_file, 2, 0, in ext4_htree_fill_tree() 1233 ret = htree_dirblock_to_tree(dir_file, dir, block, &hinfo, in ext4_htree_fill_tree()
|
| H A D | inline.c | 1355 int ext4_inlinedir_to_tree(struct file *dir_file, in ext4_inlinedir_to_tree() argument 1365 struct inode *inode = file_inode(dir_file); in ext4_inlinedir_to_tree() 1427 if (ext4_check_dir_entry(inode, dir_file, de, in ext4_inlinedir_to_tree() 1449 err = ext4_htree_store_dirent(dir_file, hinfo->hash, in ext4_inlinedir_to_tree()
|
| H A D | ext4.h | 2726 extern int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, 2958 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, 3480 extern int ext4_inlinedir_to_tree(struct file *dir_file,
|