Searched refs:dparent (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/nfsd/
H A Dnfs3xdr.c984 struct dentry *dparent, *dchild; local
987 dparent = cd->fh.fh_dentry;
992 dchild = dget_parent(dparent);
997 if (dchild == dparent)
999 if (dparent == exp->ex_path.dentry)
1002 dchild = dget(dparent);
1004 dchild = lookup_positive_unlocked(name, dparent, namlen);
H A Dvfs.c190 static int nfsd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **exp, struct dentry **dentryp) argument
194 .dentry = dget(dparent)};
200 *dentryp = dget(dparent);
244 struct dentry *dparent; local
250 dparent = fhp->fh_dentry;
256 dentry = dget(dparent);
257 else if (dparent != exp->ex_path.dentry)
258 dentry = dget_parent(dparent);
260 dentry = dget(dparent); /* .. == . just like at / */
263 host_err = nfsd_lookup_parent(rqstp, dparent,
[all...]
/linux-master/drivers/cxl/core/
H A Dport.c1542 struct device *dparent = grandparent(dport_dev); local
1548 if (!dparent) {
1559 parent_port = find_cxl_port(dparent, &parent_dport);

Completed in 162 milliseconds