Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dbuf_internal.h239 #define B_EOT 0x01000000 /* last buffer in a transaction list created by cluster_io … macro
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_cluster.c811 if (cbp_head->b_trans_next || !(cbp_head->b_flags & B_EOT)) { in cluster_iodone()
840 if (cbp->b_flags & B_EOT) { in cluster_iodone()
1116 cbp_tail->b_flags |= B_EOT; in cluster_EOT()