Searched refs:n_parent (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/fs/smbfs/
H A Dsmbfs_node.h49 struct vnode * n_parent; member in struct:smbnode
72 struct vnode * n_parent; member in struct:smbcmp
H A Dsmbfs_node.c96 if (np->n_parent != sc->n_parent || np->n_nmlen != sc->n_nmlen ||
116 sc.n_parent = dvp;
126 vp = VTOSMB(VTOSMB(dvp)->n_parent)->n_vnode;
207 np->n_parent = dvp;
274 dvp = (np->n_parent && (np->n_flag & NREFPARENT)) ?
275 np->n_parent : NULL;
H A Dsmbfs_io.c102 (np->n_parent ? np->n_parentino : 2);
H A Dsmbfs_vnops.c883 np->n_parent ? np->n_parent : NULL, (np->n_flag & NOPEN) != 0);
/freebsd-13-stable/usr.sbin/autofs/
H A Dcommon.c204 n->n_parent = parent;
235 n->n_parent = parent;
248 parent = o->n_parent;
269 if (n->n_parent != NULL)
270 TAILQ_REMOVE(&n->n_parent->n_children, n, n_next);
283 TAILQ_REMOVE(&n->n_parent->n_children, n, n_next);
284 n->n_parent = previous->n_parent;
285 TAILQ_INSERT_AFTER(&previous->n_parent->n_children, previous, n, n_next);
406 if (n->n_parent !
[all...]
H A Dcommon.h47 struct node *n_parent; member in struct:node

Completed in 113 milliseconds