Lines Matching refs:child_inode
288 struct inode *child_inode = NULL;
323 child_inode = fill_inode_merge(parent_inode->i_sb, parent_inode,
325 if (IS_ERR(child_inode)) {
326 err = PTR_ERR(child_inode);
329 info = hmdfs_i(child_inode);
331 hmdfs_root_inode_perm_init(child_inode);
334 child_inode,
337 ret_dentry = d_splice_alias(child_inode, child_dentry);
368 struct inode *child_inode = NULL;
374 child_inode =
376 if (IS_ERR(child_inode)) {
377 ret = PTR_ERR(child_inode);
381 d_add(child_dentry, child_inode);
395 struct inode *child_inode = NULL;
401 child_inode =
403 if (IS_ERR(child_inode)) {
404 ret = PTR_ERR(child_inode);
408 d_add(child_dentry, child_inode);