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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h132 #define b_trans_next b_freelist.tqe_next macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c500 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) {
543 cbp_next = cbp->b_trans_next;
710 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next)
715 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) {
735 for (cbp = *cbp_head; cbp; cbp = cbp->b_trans_next)
1009 for (last_cbp = cbp = cbp_head; cbp->b_trans_next; cbp = cbp->b_trans_next)
1031 last_cbp->b_trans_next = NULL;
1292 cbp->b_trans_next = (buf_t)NULL;
1311 cbp_tail->b_trans_next
[all...]

Completed in 41 milliseconds