Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
H A Dvfs.c124 static int nfsd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **exp, struct dentry **dentryp) in nfsd_lookup_parent() argument
128 .dentry = dget(dparent)}; in nfsd_lookup_parent()
134 *dentryp = dget(dparent); in nfsd_lookup_parent()
178 struct dentry *dparent; in nfsd_lookup_dentry() local
184 dparent = fhp->fh_dentry; in nfsd_lookup_dentry()
190 dentry = dget(dparent); in nfsd_lookup_dentry()
191 else if (dparent != exp->ex_path.dentry) in nfsd_lookup_dentry()
192 dentry = dget_parent(dparent); in nfsd_lookup_dentry()
194 dentry = dget(dparent); /* .. == . just like at / */ in nfsd_lookup_dentry()
197 host_err = nfsd_lookup_parent(rqstp, dparent, in nfsd_lookup_dentry()
[all...]
H A Dnfs3xdr.c857 struct dentry *dparent, *dchild; in compose_entry_fh() local
860 dparent = cd->fh.fh_dentry; in compose_entry_fh()
865 dchild = dget_parent(dparent); in compose_entry_fh()
870 if (dchild == dparent) in compose_entry_fh()
872 if (dparent == exp->ex_path.dentry) in compose_entry_fh()
875 dchild = dget(dparent); in compose_entry_fh()
877 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dvfs.c191 static int nfsd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **exp, struct dentry **dentryp) 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, in nfsd_lookup_dentry()
[all...]
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()
/kernel/linux/linux-6.6/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()

Completed in 10 milliseconds