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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c1562 off_t writemaxcnt=0, tmp_writemaxcnt; local
1611 tmp_writemaxcnt = writeblockcnt * phys_blksz;
1612 if (writemaxcnt == 0 || (writeblockcnt > 0 && tmp_writemaxcnt < writemaxcnt)) {
1613 writemaxcnt = tmp_writemaxcnt;

Completed in 113 milliseconds