Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs3xdr.c984 struct dentry *dparent, *dchild; in compose_entry_fh() local
987 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()
/linux/drivers/cxl/core/
H A Dport.c1546 struct device *dparent = grandparent(dport_dev); in add_port_attach_ep() local
1551 if (!dparent) { in add_port_attach_ep()
1563 find_cxl_port(dparent, &parent_dport); in add_port_attach_ep()