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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_journal.h77 int num_flushed; // how many bytes have been flushed member in struct:transaction
H A Dvfs_journal.c499 // OSAddAtomic() returns the value of tr->num_flushed before the add
501 amt_flushed += OSAddAtomic(bufsize, (SInt32 *)&tr->num_flushed);
2933 tr->num_flushed = tr->num_blhdrs * jnl->jhdr->blhdr_size;

Completed in 32 milliseconds