Searched refs:dchild (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | vfs.c | 1764 struct dentry *dentry, *dchild; in nfsd_create_locked() local 1773 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked() 1789 host_err = vfs_create(&nop_mnt_idmap, dchild, iap->ia_mode, NULL); in nfsd_create_locked() 1794 dchild = vfs_mkdir(&nop_mnt_idmap, dirp, dchild, iap->ia_mode, NULL); in nfsd_create_locked() 1795 if (IS_ERR(dchild)) { in nfsd_create_locked() 1796 host_err = PTR_ERR(dchild); in nfsd_create_locked() 1797 } else if (d_is_negative(dchild)) { in nfsd_create_locked() 1800 } else if (unlikely(dchild != resfhp->fh_dentry)) { in nfsd_create_locked() 1802 resfhp->fh_dentry = dget(dchild); in nfsd_create_locked() 1809 host_err = vfs_mknod(&nop_mnt_idmap, dirp, dchild, in nfsd_create_locked() [all …]
|