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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h158 #define b_trans_next b_freelist.tqe_next macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c613 if (cbp_head->b_trans_next || !(cbp_head->b_flags & B_EOT)) {
624 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) {
677 cbp_next = cbp->b_trans_next;
853 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next)
858 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) {
889 for (cbp = *cbp_head; cbp; cbp = cbp->b_trans_next)
897 for (cbp = *cbp_head; cbp; cbp = cbp->b_trans_next)
1188 for (last_cbp = cbp = cbp_head; cbp->b_trans_next; cbp = cbp->b_trans_next)
1210 last_cbp->b_trans_next
[all...]

Completed in 24 milliseconds