Home
last modified time | relevance | path

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

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