Searched refs:un_hash (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/fs/unionfs/
H A Dunion_subr.c124 LIST_FOREACH(unp, hd, un_hash) {
162 LIST_FOREACH(unp, hd, un_hash) {
169 LIST_INSERT_HEAD(hd, uncp, un_hash);
179 LIST_INSERT_HEAD(hd, uncp, un_hash);
194 KASSERT((unp->un_hash.le_prev != NULL),
198 LIST_REMOVE(unp, un_hash);
199 unp->un_hash.le_next = NULL;
200 unp->un_hash.le_prev = NULL;
368 if (dvp != NULLVP && unp->un_hash.le_prev != NULL)
390 LIST_FOREACH_SAFE(unp_t1, hd, un_hash, unp_t
[all...]
H A Dunion.h92 LIST_ENTRY(unionfs_node) un_hash; /* hash list entry */ member in struct:unionfs_node

Completed in 54 milliseconds