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

/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.h93 int num_flushed; // how many bytes have been flushed member in struct:transaction
H A Dvfs_journal.c603 // OSAddAtomic() returns the value of tr->num_flushed before the add
605 amt_flushed += OSAddAtomic(bufsize, &tr->num_flushed);
4217 tr->num_flushed = tr->num_blhdrs * jnl->jhdr->blhdr_size;

Completed in 187 milliseconds