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

/freebsd-9.3-release/sys/fs/unionfs/
H A Dunion_subr.c336 struct unionfs_node *unp, *unp_t1, *unp_t2; local
393 LIST_FOREACH_SAFE(unp_t1, hd, un_hash, unp_t2) {
394 LIST_REMOVE(unp_t1, un_hash);
395 unp_t1->un_hash.le_next = NULL;
396 unp_t1->un_hash.le_prev = NULL;

Completed in 39 milliseconds