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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h222 #define B_TDONE 0x80000000 /* buf_t that is part of a cluster level transaction has completed */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c618 bp->b_flags |= B_TDONE;
629 if ( !(cbp->b_flags & B_TDONE)) {
845 * I/Os already completed will have B_TDONE already
861 while (!ISSET(cbp->b_flags, B_TDONE)) {
865 if (!ISSET(cbp->b_flags, B_TDONE)) {
894 * so mark all of the buf_t's in this transaction as B_TDONE
898 cbp->b_flags |= B_TDONE;

Completed in 78 milliseconds