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

/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h159 #define b_trans_next b_freelist.tqe_next macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c577 if (cbp_head->b_trans_next || !(cbp_head->b_flags & B_EOT)) {
588 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) {
642 cbp_next = cbp->b_trans_next;
818 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next)
823 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) {
855 for (cbp = *cbp_head; cbp; cbp = cbp->b_trans_next)
863 for (cbp = *cbp_head; cbp; cbp = cbp->b_trans_next)
1160 for (last_cbp = cbp = cbp_head; cbp->b_trans_next; cbp = cbp->b_trans_next)
1182 last_cbp->b_trans_next
[all...]

Completed in 28 milliseconds