Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfs3xdr.c987 struct dentry *dparent, *dchild; in compose_entry_fh() local
990 dparent = cd->fh.fh_dentry; in compose_entry_fh()
995 dchild = dget_parent(dparent); in compose_entry_fh()
1000 if (dchild == dparent) in compose_entry_fh()
1002 if (dparent == exp->ex_path.dentry) in compose_entry_fh()
1005 dchild = dget(dparent); in compose_entry_fh()
1007 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
H A Dvfs.c192 static int nfsd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **e… in nfsd_lookup_parent() argument
196 .dentry = dget(dparent)}; in nfsd_lookup_parent()
202 *dentryp = dget(dparent); in nfsd_lookup_parent()
246 struct dentry *dparent; in nfsd_lookup_dentry() local
252 dparent = fhp->fh_dentry; in nfsd_lookup_dentry()
258 dentry = dget(dparent); in nfsd_lookup_dentry()
259 else if (dparent != exp->ex_path.dentry) in nfsd_lookup_dentry()
260 dentry = dget_parent(dparent); in nfsd_lookup_dentry()
262 dentry = dget(dparent); /* .. == . just like at / */ in nfsd_lookup_dentry()
265 host_err = nfsd_lookup_parent(rqstp, dparent, &exp, &dentry); in nfsd_lookup_dentry()
[all …]
/openbmc/linux/drivers/cxl/core/
H A Dport.c1410 struct device *dparent = grandparent(dport_dev); in add_port_attach_ep() local
1416 if (!dparent) { in add_port_attach_ep()
1427 parent_port = find_cxl_port(dparent, &parent_dport); in add_port_attach_ep()