Home
last modified time | relevance | path

Searched refs:dchild (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/nfsd/
A Dvfs.c1348 struct dentry *dentry, *dchild; in nfsd_create_locked() local
1357 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked()
1382 dchild->d_parent, in nfsd_create_locked()
1383 dchild->d_name.len); in nfsd_create_locked()
1396 dput(dchild); in nfsd_create_locked()
1397 dchild = d; in nfsd_create_locked()
1420 dput(dchild); in nfsd_create_locked()
1439 struct dentry *dentry, *dchild = NULL; in nfsd_create() local
1458 host_err = PTR_ERR(dchild); in nfsd_create()
1459 if (IS_ERR(dchild)) { in nfsd_create()
[all …]
A Dnfs3xdr.c984 struct dentry *dparent, *dchild; in compose_entry_fh() local
992 dchild = dget_parent(dparent); in compose_entry_fh()
997 if (dchild == dparent) in compose_entry_fh()
1002 dchild = dget(dparent); in compose_entry_fh()
1004 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
1005 if (IS_ERR(dchild)) in compose_entry_fh()
1007 if (d_mountpoint(dchild)) in compose_entry_fh()
1009 if (dchild->d_inode->i_ino != ino) in compose_entry_fh()
1011 rv = fh_compose(fhp, exp, dchild, &cd->fh); in compose_entry_fh()
1013 dput(dchild); in compose_entry_fh()
A Dnfsproc.c271 struct dentry *dchild; in nfsd_proc_create() local
296 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create()
297 if (IS_ERR(dchild)) { in nfsd_proc_create()
298 resp->status = nfserrno(PTR_ERR(dchild)); in nfsd_proc_create()
302 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
303 if (!resp->status && d_really_is_negative(dchild)) in nfsd_proc_create()
305 dput(dchild); in nfsd_proc_create()

Completed in 10 milliseconds