Home
last modified time | relevance | path

Searched refs:hmdfs_dentry_info (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_dentryfile.c126 struct hmdfs_dentry_info *d_info = hmdfs_d(dentry); in hmdfs_get_root_dentry_type()
191 struct hmdfs_dentry_info *di = hmdfs_d(d); in hmdfs_dentry_path_raw()
794 struct hmdfs_dentry_info *gdi; in update_dentry()
1042 struct hmdfs_dentry_info *di = hmdfs_d(sbi->sb->s_root); in hmdfs_get_cache_path()
1411 struct hmdfs_dentry_info *d_info = hmdfs_d(dentry); in get_cloud_cache_file()
2140 struct hmdfs_dentry_info *d_info = hmdfs_d(dentry); in get_remote_dentry_file()
2212 struct hmdfs_dentry_info *d_info = hmdfs_d(dentry); in hmdfs_find_cache_item()
2234 struct hmdfs_dentry_info *d_info = hmdfs_d(dentry); in hmdfs_cache_revalidate()
2280 struct hmdfs_dentry_info *d_info = hmdfs_d(dentry); in hmdfs_remove_cache_filp()
2304 struct hmdfs_dentry_info *d_inf in hmdfs_add_cache_list()
[all...]
H A Ddentry.c20 struct hmdfs_dentry_info *d_info = dentry->d_fsdata; in hmdfs_set_time()
28 struct hmdfs_dentry_info *d_info = dentry->d_fsdata; in hmdfs_get_time()
H A Dhmdfs_device_view.h47 struct hmdfs_dentry_info { struct
156 static inline struct hmdfs_dentry_info *hmdfs_d(struct dentry *dentry) in hmdfs_d()
H A Dinode_local.c36 struct hmdfs_dentry_info *info = in init_hmdfs_dentry_info()
61 static inline void set_sharefile_flag(struct hmdfs_dentry_info *gdi) in set_sharefile_flag()
231 static inline void set_symlink_flag(struct hmdfs_dentry_info *gdi) in set_symlink_flag()
244 struct hmdfs_dentry_info *gdi = NULL; in hmdfs_lookup_local()
775 struct hmdfs_dentry_info *gdi = hmdfs_d(dentry); in hmdfs_symlink_local()
H A Dinode_cloud.c285 struct hmdfs_dentry_info *gdi = hmdfs_d(child_dentry); in hmdfs_lookup_cloud_dentry()
318 struct hmdfs_dentry_info *gdi = NULL; in hmdfs_lookup_cloud()
H A Dhmdfs_dentryfile.h210 struct hmdfs_dentry_info *d_info;
H A Dhmdfs_share.c23 struct hmdfs_dentry_info *gdi; in hmdfs_is_share_file()
H A Dinode_remote.c413 struct hmdfs_dentry_info *gdi = hmdfs_d(child_dentry); in hmdfs_lookup_remote_dentry()
472 struct hmdfs_dentry_info *gdi = NULL; in hmdfs_lookup_remote()
H A Dinode_root.c140 struct hmdfs_dentry_info *di = NULL; in hmdfs_device_lookup()
H A Dfile_remote.c988 struct hmdfs_dentry_info *di = hmdfs_d(file->f_path.dentry); in hmdfs_iterate_remote()
H A Dmain.c616 sizeof(struct hmdfs_dentry_info), 0, in hmdfs_init_caches()
H A Dhmdfs_server.c1003 struct hmdfs_dentry_info *di = hmdfs_d(peer->sbi->sb->s_root); in server_lower_dentry_path_raw()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_dentryfile.c127 struct hmdfs_dentry_info *d_info = hmdfs_d(dentry); in hmdfs_get_root_dentry_type()
192 struct hmdfs_dentry_info *di = hmdfs_d(d); in hmdfs_dentry_path_raw()
795 struct hmdfs_dentry_info *gdi; in update_dentry()
1043 struct hmdfs_dentry_info *di = hmdfs_d(sbi->sb->s_root); in hmdfs_get_cache_path()
1412 struct hmdfs_dentry_info *d_info = hmdfs_d(dentry); in get_cloud_cache_file()
2141 struct hmdfs_dentry_info *d_info = hmdfs_d(dentry); in get_remote_dentry_file()
2213 struct hmdfs_dentry_info *d_info = hmdfs_d(dentry); in hmdfs_find_cache_item()
2235 struct hmdfs_dentry_info *d_info = hmdfs_d(dentry); in hmdfs_cache_revalidate()
2281 struct hmdfs_dentry_info *d_info = hmdfs_d(dentry); in hmdfs_remove_cache_filp()
2305 struct hmdfs_dentry_info *d_inf in hmdfs_add_cache_list()
[all...]
H A Ddentry.c20 struct hmdfs_dentry_info *d_info = dentry->d_fsdata; in hmdfs_set_time()
28 struct hmdfs_dentry_info *d_info = dentry->d_fsdata; in hmdfs_get_time()
H A Dhmdfs_device_view.h47 struct hmdfs_dentry_info { struct
156 static inline struct hmdfs_dentry_info *hmdfs_d(struct dentry *dentry) in hmdfs_d()
H A Dinode_local.c36 struct hmdfs_dentry_info *info = in init_hmdfs_dentry_info()
61 static inline void set_sharefile_flag(struct hmdfs_dentry_info *gdi) in set_sharefile_flag()
231 static inline void set_symlink_flag(struct hmdfs_dentry_info *gdi) in set_symlink_flag()
244 struct hmdfs_dentry_info *gdi = NULL; in hmdfs_lookup_local()
782 struct hmdfs_dentry_info *gdi = hmdfs_d(dentry); in hmdfs_symlink_local()
H A Dinode_cloud.c282 struct hmdfs_dentry_info *gdi = hmdfs_d(child_dentry); in hmdfs_lookup_cloud_dentry()
314 struct hmdfs_dentry_info *gdi = NULL; in hmdfs_lookup_cloud()
H A Dhmdfs_share.c23 struct hmdfs_dentry_info *gdi; in hmdfs_is_share_file()
H A Dhmdfs_dentryfile.h210 struct hmdfs_dentry_info *d_info;
H A Dinode_remote.c413 struct hmdfs_dentry_info *gdi = hmdfs_d(child_dentry); in hmdfs_lookup_remote_dentry()
472 struct hmdfs_dentry_info *gdi = NULL; in hmdfs_lookup_remote()
H A Dinode_root.c140 struct hmdfs_dentry_info *di = NULL; in hmdfs_device_lookup()
H A Dfile_remote.c994 struct hmdfs_dentry_info *di = hmdfs_d(file->f_path.dentry); in hmdfs_iterate_remote()
H A Dmain.c616 sizeof(struct hmdfs_dentry_info), 0, in hmdfs_init_caches()
H A Dhmdfs_server.c1003 struct hmdfs_dentry_info *di = hmdfs_d(peer->sbi->sb->s_root); in server_lower_dentry_path_raw()

Completed in 29 milliseconds