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

/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h243 #define B_TDONE 0x80000000 /* buf_t that is part of a cluster level transaction has completed */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c582 bp->b_flags |= B_TDONE;
593 if ( !(cbp->b_flags & B_TDONE)) {
810 * I/Os already completed will have B_TDONE already
826 while (!ISSET(cbp->b_flags, B_TDONE)) {
830 if (!ISSET(cbp->b_flags, B_TDONE)) {
860 * so mark all of the buf_t's in this transaction as B_TDONE
864 cbp->b_flags |= B_TDONE;

Completed in 20 milliseconds