Searched refs:dchild (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | vfs.c | 1784 struct dentry *dentry, *dchild; in nfsd_create_locked() local 1793 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked() 1809 host_err = vfs_create(&nop_mnt_idmap, dchild, iap->ia_mode, NULL); in nfsd_create_locked() 1814 dchild = vfs_mkdir(&nop_mnt_idmap, dirp, dchild, iap->ia_mode, NULL); in nfsd_create_locked() 1815 if (IS_ERR(dchild)) { in nfsd_create_locked() 1816 host_err = PTR_ERR(dchild); in nfsd_create_locked() 1817 } else if (d_is_negative(dchild)) { in nfsd_create_locked() 1820 } else if (unlikely(dchild != resfhp->fh_dentry)) { in nfsd_create_locked() 1822 resfhp->fh_dentry = dget(dchild); in nfsd_create_locked() 1829 host_err = vfs_mknod(&nop_mnt_idmap, dirp, dchild, in nfsd_create_locked() [all …]
|