Searched refs:pn_next (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/fs/pseudofs/
H A Dpseudofs.c125 for (iter = parent->pn_nodes; iter != NULL; iter = iter->pn_next) {
148 KASSERT(parent->pn_last_node->pn_next == NULL,
149 ("%s(): pn_last_node->pn_next not NULL", __func__));
150 parent->pn_last_node->pn_next = pn;
175 node->pn_next != pn; node = node->pn_next)
183 *iter = pn->pn_next;
186 iter = &(*iter)->pn_next;
303 for (pn = parent->pn_nodes; pn != NULL; pn = pn->pn_next)
334 pn->pn_nodes = iter->pn_next;
[all...]
H A Dpseudofs.h242 struct pfs_node *pn_next; /* (p) */ member in struct:pfs_node
H A Dpseudofs_vnops.c541 for (pn = pd->pn_nodes; pn != NULL; pn = pn->pn_next)
805 *pn = (*pn)->pn_next;
815 *pn = (*pn)->pn_next;

Completed in 55 milliseconds