Lines Matching defs:child_dentry
130 struct dentry *child_dentry,
133 const char *d_name = child_dentry->d_name.name;
144 trace_hmdfs_device_lookup(parent_inode, child_dentry, flags);
147 err = init_hmdfs_dentry_info(sbi, child_dentry,
155 hmdfs_set_lower_path(child_dentry, root_lower_path);
162 hmdfs_put_reset_lower_path(child_dentry);
165 ret_dentry = d_splice_alias(root_inode, child_dentry);
169 hmdfs_put_reset_lower_path(child_dentry);
174 err = init_hmdfs_dentry_info(sbi, child_dentry,
187 ret_dentry = d_splice_alias(root_inode, child_dentry);
195 err = init_hmdfs_dentry_info(sbi, child_dentry,
197 di = hmdfs_d(child_dentry);
225 ret_dentry = d_splice_alias(root_inode, child_dentry);
231 hmdfs_set_time(child_dentry, jiffies);
235 trace_hmdfs_device_lookup_end(parent_inode, child_dentry, err);
240 struct dentry *child_dentry,
243 const char *d_name = child_dentry->d_name.name;
250 trace_hmdfs_root_lookup(parent_inode, child_dentry, flags);
252 ret = hmdfs_lookup_merge(parent_inode, child_dentry, flags);
254 child_dentry = ret;
255 root_inode = d_inode(child_dentry);
257 ret = hmdfs_lookup_cloud_merge(parent_inode, child_dentry, flags);
259 child_dentry = ret;
260 root_inode = d_inode(child_dentry);
263 sbi, child_dentry, HMDFS_LAYER_FIRST_DEVICE));
270 ret = d_splice_alias(root_inode, child_dentry);
277 trace_hmdfs_root_lookup_end(parent_inode, child_dentry,