Lines Matching refs:d_child
895 int hmdfs_do_ops_merge(struct inode *i_parent, struct dentry *d_child,
904 ret = do_mkdir_merge(i_parent, d_child,
909 ret = do_create_merge(i_parent, d_child,
928 int hmdfs_create_lower_dentry(struct inode *i_parent, struct dentry *d_child,
952 strlen(d_child->d_name.name) + 2) > PATH_MAX) {
958 d_child->d_name.name);
971 ret = hmdfs_do_ops_merge(i_parent, d_child, lo_d_child, path,
980 link_comrade_unlocked(d_child, new_comrade);
983 update_inode_attr(d_inode(d_child), d_child);
994 struct dentry *d_child, umode_t mode,
1020 ret = hmdfs_create_lower_dentry(d_inode(d_parent), d_child, lo_d_parent,
1027 int create_lo_d_child(struct inode *i_parent, struct dentry *d_child,
1031 struct dentry *d_parent = dget_parent(d_child);
1057 ret = hmdfs_create_lower_dentry(i_parent, d_child, lo_d_parent, is_dir,