Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dbuf_internal.h166 #define b_trans_next b_freelist.tqe_next macro
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c752 if (cbp_head->b_trans_next || !(cbp_head->b_flags & B_EOT)) { in cluster_iodone()
757 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) { in cluster_iodone()
771 if (cbp->b_trans_next == CLUSTER_IO_WAITING) { in cluster_iodone()
818 cbp_next = cbp->b_trans_next; in cluster_iodone()
1094 for (cbp = cbp_head; cbp; last = cbp, cbp = cbp->b_trans_next) { in cluster_wait_IO()
1101 last->b_trans_next = CLUSTER_IO_WAITING; in cluster_wait_IO()
1112 for (cbp = cbp_head; cbp != CLUSTER_IO_WAITING; cbp = cbp->b_trans_next) { in cluster_wait_IO()
1121 last->b_trans_next = NULL; in cluster_wait_IO()
1126 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) { in cluster_wait_IO()
1145 for (cbp = *cbp_head; cbp; cbp = cbp->b_trans_next) { in cluster_complete_transaction()
[all …]