Home
last modified time | relevance | path

Searched refs:child_dentry (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dinode_root.c130 struct dentry *child_dentry, in hmdfs_device_lookup()
133 const char *d_name = child_dentry->d_name.name; in hmdfs_device_lookup()
144 trace_hmdfs_device_lookup(parent_inode, child_dentry, flags); in hmdfs_device_lookup()
147 err = init_hmdfs_dentry_info(sbi, child_dentry, in hmdfs_device_lookup()
155 hmdfs_set_lower_path(child_dentry, root_lower_path); in hmdfs_device_lookup()
162 hmdfs_put_reset_lower_path(child_dentry); in hmdfs_device_lookup()
165 ret_dentry = d_splice_alias(root_inode, child_dentry); in hmdfs_device_lookup()
169 hmdfs_put_reset_lower_path(child_dentry); in hmdfs_device_lookup()
174 err = init_hmdfs_dentry_info(sbi, child_dentry, in hmdfs_device_lookup()
187 ret_dentry = d_splice_alias(root_inode, child_dentry); in hmdfs_device_lookup()
129 hmdfs_device_lookup(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_device_lookup() argument
239 hmdfs_root_lookup(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_root_lookup() argument
[all...]
H A Dinode_cloud_merge.c24 struct dentry *child_dentry, in fill_inode_merge()
37 fst_lo_d = hmdfs_get_fst_lo_d(child_dentry); in fill_inode_merge()
64 update_inode_attr(inode, child_dentry); in fill_inode_merge()
76 set_nlink(inode, get_num_comrades(child_dentry) + 2); in fill_inode_merge()
206 struct dentry *child_dentry, unsigned int flags) in do_lookup_cloud_merge_root()
237 assign_comrades_unlocked(child_dentry, &head); in do_lookup_cloud_merge_root()
246 struct dentry *child_dentry, unsigned int flags) in lookup_cloud_merge_root()
248 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in lookup_cloud_merge_root()
266 ret = hmdfs_get_path_in_sb(child_dentry->d_sb, buf, LOOKUP_DIRECTORY, in lookup_cloud_merge_root()
271 ret = do_lookup_cloud_merge_root(path_dev, child_dentry, flag in lookup_cloud_merge_root()
22 fill_inode_merge(struct super_block *sb, struct inode *parent_inode, struct dentry *child_dentry, struct dentry *lo_d_dentry) fill_inode_merge() argument
205 do_lookup_cloud_merge_root(struct path path_dev, struct dentry *child_dentry, unsigned int flags) do_lookup_cloud_merge_root() argument
245 lookup_cloud_merge_root(struct inode *root_inode, struct dentry *child_dentry, unsigned int flags) lookup_cloud_merge_root() argument
281 hmdfs_lookup_cloud_merge(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_lookup_cloud_merge() argument
362 do_mkdir_cloud_merge(struct inode *parent_inode, struct dentry *child_dentry, umode_t mode, struct inode *lo_i_parent, struct dentry *lo_d_child) do_mkdir_cloud_merge() argument
389 do_create_cloud_merge(struct inode *parent_inode, struct dentry *child_dentry, umode_t mode, bool want_excl, struct inode *lo_i_parent, struct dentry *lo_d_child) do_create_cloud_merge() argument
[all...]
H A Dinode_cloud.c32 struct hmdfs_lookup_cloud_ret *lookup_cloud_dentry(struct dentry *child_dentry, in lookup_cloud_dentry() argument
41 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in lookup_cloud_dentry()
43 err = get_cloud_cache_file(child_dentry->d_parent, sbi); in lookup_cloud_dentry()
46 cache_item = hmdfs_find_cache_item(dev_id, child_dentry->d_parent); in lookup_cloud_dentry()
55 dentry = hmdfs_find_dentry_cloud(child_dentry, &ctx); in lookup_cloud_dentry()
278 struct dentry *child_dentry, in hmdfs_lookup_cloud_dentry()
285 struct hmdfs_dentry_info *gdi = hmdfs_d(child_dentry); in hmdfs_lookup_cloud_dentry()
287 lookup_result = hmdfs_lookup_by_cloud(child_dentry, flags); in hmdfs_lookup_cloud_dentry()
289 if (in_share_dir(child_dentry)) in hmdfs_lookup_cloud_dentry()
299 child_dentry); in hmdfs_lookup_cloud_dentry()
277 hmdfs_lookup_cloud_dentry(struct inode *parent_inode, struct dentry *child_dentry, int flags) hmdfs_lookup_cloud_dentry() argument
312 hmdfs_lookup_cloud(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_lookup_cloud() argument
[all...]
H A Dinode_local.c192 struct dentry *child_dentry, unsigned int flags, in __lookup_nosensitive()
197 const struct qstr *name = &child_dentry->d_name; in __lookup_nosensitive()
237 struct dentry *child_dentry, in hmdfs_lookup_local()
240 const char *d_name = child_dentry->d_name.name; in hmdfs_lookup_local()
246 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in hmdfs_lookup_local()
248 trace_hmdfs_lookup_local(parent_inode, child_dentry, flags); in hmdfs_lookup_local()
249 if (child_dentry->d_name.len > NAME_MAX) { in hmdfs_lookup_local()
255 parent_dentry = dget_parent(child_dentry); in hmdfs_lookup_local()
257 err = init_hmdfs_dentry_info(sbi, child_dentry, in hmdfs_lookup_local()
264 gdi = hmdfs_d(child_dentry); in hmdfs_lookup_local()
191 __lookup_nosensitive(struct path *lower_parent_path, struct dentry *child_dentry, unsigned int flags, struct path *lower_path) __lookup_nosensitive() argument
236 hmdfs_lookup_local(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_lookup_local() argument
477 hmdfs_create_local(struct inode *dir, struct dentry *child_dentry, umode_t mode, bool want_excl) hmdfs_create_local() argument
983 hmdfs_lookup_share(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_lookup_share() argument
[all...]
H A Dinode_merge.c56 void update_inode_attr(struct inode *inode, struct dentry *child_dentry) in update_inode_attr() argument
59 struct hmdfs_dentry_info_merge *cdi = hmdfs_dm(child_dentry); in update_inode_attr()
100 struct dentry *child_dentry, in fill_inode_merge()
113 fst_lo_d = hmdfs_get_fst_lo_d(child_dentry); in fill_inode_merge()
140 update_inode_attr(inode, child_dentry); in fill_inode_merge()
152 set_nlink(inode, get_num_comrades(child_dentry) + 2); in fill_inode_merge()
209 void assign_comrades_unlocked(struct dentry *child_dentry, in assign_comrades_unlocked() argument
212 struct hmdfs_dentry_info_merge *cdi = hmdfs_dm(child_dentry); in assign_comrades_unlocked()
554 struct dentry *child_dentry, unsigned int flags) in do_lookup_merge_root()
556 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry in do_lookup_merge_root()
98 fill_inode_merge(struct super_block *sb, struct inode *parent_inode, struct dentry *child_dentry, struct dentry *lo_d_dentry) fill_inode_merge() argument
553 do_lookup_merge_root(struct path path_dev, struct dentry *child_dentry, unsigned int flags) do_lookup_merge_root() argument
640 lookup_merge_root(struct inode *root_inode, struct dentry *child_dentry, unsigned int flags) lookup_merge_root() argument
698 hmdfs_lookup_merge(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_lookup_merge() argument
839 do_mkdir_merge(struct inode *parent_inode, struct dentry *child_dentry, umode_t mode, struct inode *lo_i_parent, struct dentry *lo_d_child) do_mkdir_merge() argument
867 do_create_merge(struct inode *parent_inode, struct dentry *child_dentry, umode_t mode, bool want_excl, struct inode *lo_i_parent, struct dentry *lo_d_child) do_create_merge() argument
[all...]
H A Dinode_remote.c22 struct hmdfs_lookup_ret *lookup_remote_dentry(struct dentry *child_dentry, in lookup_remote_dentry() argument
30 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in lookup_remote_dentry()
32 cache_item = hmdfs_find_cache_item(dev_id, child_dentry->d_parent); in lookup_remote_dentry()
41 dentry = hmdfs_find_dentry(child_dentry, &ctx); in lookup_remote_dentry()
401 struct dentry *child_dentry, in hmdfs_lookup_remote_dentry()
411 int file_name_len = child_dentry->d_name.len; in hmdfs_lookup_remote_dentry()
413 struct hmdfs_dentry_info *gdi = hmdfs_d(child_dentry); in hmdfs_lookup_remote_dentry()
420 strncpy(file_name, child_dentry->d_name.name, file_name_len); in hmdfs_lookup_remote_dentry()
432 relative_path = hmdfs_get_dentry_relative_path(child_dentry->d_parent); in hmdfs_lookup_remote_dentry()
439 lookup_result = hmdfs_lookup_by_con(con, child_dentry, in hmdfs_lookup_remote_dentry()
400 hmdfs_lookup_remote_dentry(struct inode *parent_inode, struct dentry *child_dentry, int flags) hmdfs_lookup_remote_dentry() argument
466 hmdfs_lookup_remote(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_lookup_remote() argument
[all...]
H A Dhmdfs_dentryfile.c713 static struct hmdfs_dentry *hmdfs_in_level(struct dentry *child_dentry, in hmdfs_in_level() argument
754 struct hmdfs_dentry *hmdfs_find_dentry(struct dentry *child_dentry, in hmdfs_find_dentry() argument
768 de = hmdfs_in_level(child_dentry, level, ctx); in hmdfs_find_dentry()
789 void update_dentry(struct hmdfs_dentry_group *d, struct dentry *child_dentry, in update_dentry() argument
795 const struct qstr name = child_dentry->d_name; in update_dentry()
801 gdi = hmdfs_sb == child_dentry->d_sb ? hmdfs_d(child_dentry) : NULL; in update_dentry()
802 if (!gdi && S_ISLNK(d_inode(child_dentry)->i_mode)) { in update_dentry()
803 ino = d_inode(child_dentry)->i_ino; in update_dentry()
804 igen = d_inode(child_dentry) in update_dentry()
871 create_dentry(struct dentry *child_dentry, struct inode *inode, struct file *file, struct hmdfs_sb_info *sbi) create_dentry() argument
962 update_inode_to_dentry(struct dentry *child_dentry, struct inode *inode) update_inode_to_dentry() argument
2577 struct dentry *child_dentry = NULL; hmdfs_root_unlink() local
2640 struct dentry *child_dentry = NULL; hmdfs_root_mkdir() local
2686 struct dentry *child_dentry = NULL; hmdfs_root_create() local
2729 struct dentry *child_dentry = NULL; hmdfs_root_rmdir() local
[all...]
H A Dhmdfs_merge_view.h90 struct dentry *child_dentry,
94 struct dentry *child_dentry,
111 void update_inode_attr(struct inode *inode, struct dentry *child_dentry);
113 void assign_comrades_unlocked(struct dentry *child_dentry,
H A Dhmdfs_dentryfile_cloud.c98 hmdfs_in_level(struct dentry *child_dentry, unsigned int level, in hmdfs_in_level() argument
139 hmdfs_find_dentry_cloud(struct dentry *child_dentry, in hmdfs_find_dentry_cloud() argument
152 de = hmdfs_in_level(child_dentry, level, ctx); in hmdfs_find_dentry_cloud()
H A Dhmdfs_dentryfile.h165 int create_dentry(struct dentry *child_dentry, struct inode *inode,
169 struct hmdfs_dentry *hmdfs_find_dentry(struct dentry *child_dentry,
176 int update_inode_to_dentry(struct dentry *child_dentry, struct inode *inode);
H A Dhmdfs_device_view.h137 struct dentry *child_dentry, unsigned int flags);
139 struct dentry *child_dentry,
142 struct dentry *child_dentry,
H A Dhmdfs_dentryfile_cloud.h61 hmdfs_find_dentry_cloud(struct dentry *child_dentry,
H A Dhmdfs_share.h47 bool in_share_dir(struct dentry *child_dentry);
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dinode_root.c130 struct dentry *child_dentry, in hmdfs_device_lookup()
133 const char *d_name = child_dentry->d_name.name; in hmdfs_device_lookup()
144 trace_hmdfs_device_lookup(parent_inode, child_dentry, flags); in hmdfs_device_lookup()
147 err = init_hmdfs_dentry_info(sbi, child_dentry, in hmdfs_device_lookup()
155 hmdfs_set_lower_path(child_dentry, root_lower_path); in hmdfs_device_lookup()
162 hmdfs_put_reset_lower_path(child_dentry); in hmdfs_device_lookup()
165 ret_dentry = d_splice_alias(root_inode, child_dentry); in hmdfs_device_lookup()
169 hmdfs_put_reset_lower_path(child_dentry); in hmdfs_device_lookup()
174 err = init_hmdfs_dentry_info(sbi, child_dentry, in hmdfs_device_lookup()
187 ret_dentry = d_splice_alias(root_inode, child_dentry); in hmdfs_device_lookup()
129 hmdfs_device_lookup(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_device_lookup() argument
239 hmdfs_root_lookup(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_root_lookup() argument
[all...]
H A Dinode_cloud_merge.c24 struct dentry *child_dentry, in fill_inode_merge()
37 fst_lo_d = hmdfs_get_fst_lo_d(child_dentry); in fill_inode_merge()
64 update_inode_attr(inode, child_dentry); in fill_inode_merge()
76 set_nlink(inode, get_num_comrades(child_dentry) + 2); in fill_inode_merge()
206 struct dentry *child_dentry, unsigned int flags) in do_lookup_cloud_merge_root()
237 assign_comrades_unlocked(child_dentry, &head); in do_lookup_cloud_merge_root()
246 struct dentry *child_dentry, unsigned int flags) in lookup_cloud_merge_root()
248 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in lookup_cloud_merge_root()
266 ret = hmdfs_get_path_in_sb(child_dentry->d_sb, buf, LOOKUP_DIRECTORY, in lookup_cloud_merge_root()
271 ret = do_lookup_cloud_merge_root(path_dev, child_dentry, flag in lookup_cloud_merge_root()
22 fill_inode_merge(struct super_block *sb, struct inode *parent_inode, struct dentry *child_dentry, struct dentry *lo_d_dentry) fill_inode_merge() argument
205 do_lookup_cloud_merge_root(struct path path_dev, struct dentry *child_dentry, unsigned int flags) do_lookup_cloud_merge_root() argument
245 lookup_cloud_merge_root(struct inode *root_inode, struct dentry *child_dentry, unsigned int flags) lookup_cloud_merge_root() argument
281 hmdfs_lookup_cloud_merge(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_lookup_cloud_merge() argument
362 do_mkdir_cloud_merge(struct inode *parent_inode, struct dentry *child_dentry, umode_t mode, struct inode *lo_i_parent, struct dentry *lo_d_child) do_mkdir_cloud_merge() argument
389 do_create_cloud_merge(struct inode *parent_inode, struct dentry *child_dentry, umode_t mode, bool want_excl, struct inode *lo_i_parent, struct dentry *lo_d_child) do_create_cloud_merge() argument
[all...]
H A Dinode_cloud.c32 struct hmdfs_lookup_cloud_ret *lookup_cloud_dentry(struct dentry *child_dentry, in lookup_cloud_dentry() argument
40 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in lookup_cloud_dentry()
42 get_cloud_cache_file(child_dentry->d_parent, sbi); in lookup_cloud_dentry()
43 cache_item = hmdfs_find_cache_item(dev_id, child_dentry->d_parent); in lookup_cloud_dentry()
52 dentry = hmdfs_find_dentry_cloud(child_dentry, &ctx); in lookup_cloud_dentry()
275 struct dentry *child_dentry, in hmdfs_lookup_cloud_dentry()
282 struct hmdfs_dentry_info *gdi = hmdfs_d(child_dentry); in hmdfs_lookup_cloud_dentry()
284 lookup_result = hmdfs_lookup_by_cloud(child_dentry, flags); in hmdfs_lookup_cloud_dentry()
286 if (in_share_dir(child_dentry)) in hmdfs_lookup_cloud_dentry()
296 child_dentry); in hmdfs_lookup_cloud_dentry()
274 hmdfs_lookup_cloud_dentry(struct inode *parent_inode, struct dentry *child_dentry, int flags) hmdfs_lookup_cloud_dentry() argument
308 hmdfs_lookup_cloud(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_lookup_cloud() argument
[all...]
H A Dinode_local.c192 struct dentry *child_dentry, unsigned int flags, in __lookup_nosensitive()
197 const struct qstr *name = &child_dentry->d_name; in __lookup_nosensitive()
237 struct dentry *child_dentry, in hmdfs_lookup_local()
240 const char *d_name = child_dentry->d_name.name; in hmdfs_lookup_local()
246 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in hmdfs_lookup_local()
248 trace_hmdfs_lookup_local(parent_inode, child_dentry, flags); in hmdfs_lookup_local()
249 if (child_dentry->d_name.len > NAME_MAX) { in hmdfs_lookup_local()
255 parent_dentry = dget_parent(child_dentry); in hmdfs_lookup_local()
257 err = init_hmdfs_dentry_info(sbi, child_dentry, in hmdfs_lookup_local()
264 gdi = hmdfs_d(child_dentry); in hmdfs_lookup_local()
191 __lookup_nosensitive(struct path *lower_parent_path, struct dentry *child_dentry, unsigned int flags, struct path *lower_path) __lookup_nosensitive() argument
236 hmdfs_lookup_local(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_lookup_local() argument
477 hmdfs_create_local(struct mnt_idmap *idmap, struct inode *dir, struct dentry *child_dentry, umode_t mode, bool want_excl) hmdfs_create_local() argument
991 hmdfs_lookup_share(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_lookup_share() argument
[all...]
H A Dinode_merge.c56 void update_inode_attr(struct inode *inode, struct dentry *child_dentry) in update_inode_attr() argument
59 struct hmdfs_dentry_info_merge *cdi = hmdfs_dm(child_dentry); in update_inode_attr()
100 struct dentry *child_dentry, in fill_inode_merge()
113 fst_lo_d = hmdfs_get_fst_lo_d(child_dentry); in fill_inode_merge()
140 update_inode_attr(inode, child_dentry); in fill_inode_merge()
152 set_nlink(inode, get_num_comrades(child_dentry) + 2); in fill_inode_merge()
209 void assign_comrades_unlocked(struct dentry *child_dentry, in assign_comrades_unlocked() argument
212 struct hmdfs_dentry_info_merge *cdi = hmdfs_dm(child_dentry); in assign_comrades_unlocked()
554 struct dentry *child_dentry, unsigned int flags) in do_lookup_merge_root()
556 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry in do_lookup_merge_root()
98 fill_inode_merge(struct super_block *sb, struct inode *parent_inode, struct dentry *child_dentry, struct dentry *lo_d_dentry) fill_inode_merge() argument
553 do_lookup_merge_root(struct path path_dev, struct dentry *child_dentry, unsigned int flags) do_lookup_merge_root() argument
640 lookup_merge_root(struct inode *root_inode, struct dentry *child_dentry, unsigned int flags) lookup_merge_root() argument
698 hmdfs_lookup_merge(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_lookup_merge() argument
839 do_mkdir_merge(struct inode *parent_inode, struct dentry *child_dentry, umode_t mode, struct inode *lo_i_parent, struct dentry *lo_d_child) do_mkdir_merge() argument
867 do_create_merge(struct inode *parent_inode, struct dentry *child_dentry, umode_t mode, bool want_excl, struct inode *lo_i_parent, struct dentry *lo_d_child) do_create_merge() argument
[all...]
H A Dinode_remote.c22 struct hmdfs_lookup_ret *lookup_remote_dentry(struct dentry *child_dentry, in lookup_remote_dentry() argument
30 struct hmdfs_sb_info *sbi = hmdfs_sb(child_dentry->d_sb); in lookup_remote_dentry()
32 cache_item = hmdfs_find_cache_item(dev_id, child_dentry->d_parent); in lookup_remote_dentry()
41 dentry = hmdfs_find_dentry(child_dentry, &ctx); in lookup_remote_dentry()
401 struct dentry *child_dentry, in hmdfs_lookup_remote_dentry()
411 int file_name_len = child_dentry->d_name.len; in hmdfs_lookup_remote_dentry()
413 struct hmdfs_dentry_info *gdi = hmdfs_d(child_dentry); in hmdfs_lookup_remote_dentry()
420 strncpy(file_name, child_dentry->d_name.name, file_name_len); in hmdfs_lookup_remote_dentry()
432 relative_path = hmdfs_get_dentry_relative_path(child_dentry->d_parent); in hmdfs_lookup_remote_dentry()
439 lookup_result = hmdfs_lookup_by_con(con, child_dentry, in hmdfs_lookup_remote_dentry()
400 hmdfs_lookup_remote_dentry(struct inode *parent_inode, struct dentry *child_dentry, int flags) hmdfs_lookup_remote_dentry() argument
466 hmdfs_lookup_remote(struct inode *parent_inode, struct dentry *child_dentry, unsigned int flags) hmdfs_lookup_remote() argument
[all...]
H A Dhmdfs_dentryfile.c714 static struct hmdfs_dentry *hmdfs_in_level(struct dentry *child_dentry, in hmdfs_in_level() argument
755 struct hmdfs_dentry *hmdfs_find_dentry(struct dentry *child_dentry, in hmdfs_find_dentry() argument
769 de = hmdfs_in_level(child_dentry, level, ctx); in hmdfs_find_dentry()
790 void update_dentry(struct hmdfs_dentry_group *d, struct dentry *child_dentry, in update_dentry() argument
796 const struct qstr name = child_dentry->d_name; in update_dentry()
802 gdi = hmdfs_sb == child_dentry->d_sb ? hmdfs_d(child_dentry) : NULL; in update_dentry()
803 if (!gdi && S_ISLNK(d_inode(child_dentry)->i_mode)) { in update_dentry()
804 ino = d_inode(child_dentry)->i_ino; in update_dentry()
805 igen = d_inode(child_dentry) in update_dentry()
872 create_dentry(struct dentry *child_dentry, struct inode *inode, struct file *file, struct hmdfs_sb_info *sbi) create_dentry() argument
963 update_inode_to_dentry(struct dentry *child_dentry, struct inode *inode) update_inode_to_dentry() argument
2585 struct dentry *child_dentry = NULL; hmdfs_root_unlink() local
2648 struct dentry *child_dentry = NULL; hmdfs_root_mkdir() local
2694 struct dentry *child_dentry = NULL; hmdfs_root_create() local
2737 struct dentry *child_dentry = NULL; hmdfs_root_rmdir() local
[all...]
H A Dhmdfs_merge_view.h90 struct dentry *child_dentry,
94 struct dentry *child_dentry,
111 void update_inode_attr(struct inode *inode, struct dentry *child_dentry);
113 void assign_comrades_unlocked(struct dentry *child_dentry,
H A Dhmdfs_dentryfile_cloud.c98 hmdfs_in_level(struct dentry *child_dentry, unsigned int level, in hmdfs_in_level() argument
139 hmdfs_find_dentry_cloud(struct dentry *child_dentry, in hmdfs_find_dentry_cloud() argument
152 de = hmdfs_in_level(child_dentry, level, ctx); in hmdfs_find_dentry_cloud()
H A Dhmdfs_device_view.h137 struct dentry *child_dentry, unsigned int flags);
139 struct dentry *child_dentry,
142 struct dentry *child_dentry,
H A Dhmdfs_dentryfile.h165 int create_dentry(struct dentry *child_dentry, struct inode *inode,
169 struct hmdfs_dentry *hmdfs_find_dentry(struct dentry *child_dentry,
176 int update_inode_to_dentry(struct dentry *child_dentry, struct inode *inode);
H A Dhmdfs_dentryfile_cloud.h61 hmdfs_find_dentry_cloud(struct dentry *child_dentry,

Completed in 19 milliseconds

12