Home
last modified time | relevance | path

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

/freebsd/usr.sbin/autofs/
H A Dcommon.c201 n->n_parent = parent; in node_new()
232 n->n_parent = parent; in node_new_map()
245 parent = o->n_parent; in node_duplicate()
266 if (n->n_parent != NULL) in node_delete()
267 TAILQ_REMOVE(&n->n_parent->n_children, n, n_next); in node_delete()
280 TAILQ_REMOVE(&n->n_parent->n_children, n, n_next); in node_move_after()
281 n->n_parent = previous->n_parent; in node_move_after()
282 TAILQ_INSERT_AFTER(&previous->n_parent->n_children, previous, n, n_next); in node_move_after()
403 if (n->n_parent != NULL && in node_expand_ampersand()
404 strcmp(n->n_parent->n_key, "*") != 0) { in node_expand_ampersand()
[all …]
H A Dcommon.h45 struct node *n_parent; member
/freebsd/sys/fs/smbfs/
H A Dsmbfs_node.c94 if (np->n_parent != sc->n_parent || np->n_nmlen != sc->n_nmlen || in smbfs_vnode_cmp()
114 sc.n_parent = dvp; in smbfs_node_alloc()
124 vp = VTOSMB(VTOSMB(dvp)->n_parent)->n_vnode; in smbfs_node_alloc()
205 np->n_parent = dvp; in smbfs_node_alloc()
269 dvp = (np->n_parent && (np->n_flag & NREFPARENT)) ? in smbfs_reclaim()
270 np->n_parent : NULL; in smbfs_reclaim()
H A Dsmbfs_node.h47 struct vnode * n_parent; member
70 struct vnode * n_parent; member
H A Dsmbfs_vnops.c784 np->n_parent ? np->n_parent : NULL, (np->n_flag & NOPEN) != 0); in smbfs_print()
H A Dsmbfs_io.c100 (np->n_parent ? np->n_parentino : 2); in smbfs_readvdir()