Searched refs:dparent (Results 1 – 3 of 3) sorted by relevance
984 struct dentry *dparent, *dchild; in compose_entry_fh() local987 dparent = cd->fh.fh_dentry; in compose_entry_fh()992 dchild = dget_parent(dparent); in compose_entry_fh()997 if (dchild == dparent) in compose_entry_fh()999 if (dparent == exp->ex_path.dentry) in compose_entry_fh()1002 dchild = dget(dparent); in compose_entry_fh()1004 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
190 static int nfsd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **e… in nfsd_lookup_parent() argument194 .dentry = dget(dparent)}; in nfsd_lookup_parent()200 *dentryp = dget(dparent); in nfsd_lookup_parent()244 struct dentry *dparent; in nfsd_lookup_dentry() local250 dparent = fhp->fh_dentry; in nfsd_lookup_dentry()256 dentry = dget(dparent); in nfsd_lookup_dentry()257 else if (dparent != exp->ex_path.dentry) in nfsd_lookup_dentry()258 dentry = dget_parent(dparent); in nfsd_lookup_dentry()260 dentry = dget(dparent); /* .. == . just like at / */ in nfsd_lookup_dentry()263 host_err = nfsd_lookup_parent(rqstp, dparent, &exp, &dentry); in nfsd_lookup_dentry()[all …]
1546 struct device *dparent = grandparent(dport_dev); in add_port_attach_ep() local1551 if (!dparent) { in add_port_attach_ep()1563 find_cxl_port(dparent, &parent_dport); in add_port_attach_ep()