Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfsd/
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()
Dvfs.c191 static int nfsd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **e… in nfsd_lookup_parent() argument
195 .dentry = dget(dparent)}; in nfsd_lookup_parent()
201 *dentryp = dget(dparent); in nfsd_lookup_parent()
245 struct dentry *dparent; in nfsd_lookup_dentry() local
251 dparent = fhp->fh_dentry; in nfsd_lookup_dentry()
257 dentry = dget(dparent); in nfsd_lookup_dentry()
258 else if (dparent != exp->ex_path.dentry) in nfsd_lookup_dentry()
259 dentry = dget_parent(dparent); in nfsd_lookup_dentry()
261 dentry = dget(dparent); /* .. == . just like at / */ in nfsd_lookup_dentry()
264 host_err = nfsd_lookup_parent(rqstp, dparent, &exp, &dentry); in nfsd_lookup_dentry()
[all …]
/Linux-v6.6/drivers/cxl/core/
Dport.c1378 struct device *dparent = grandparent(dport_dev); in add_port_attach_ep() local
1384 if (!dparent) { in add_port_attach_ep()
1395 parent_port = find_cxl_port(dparent, &parent_dport); in add_port_attach_ep()