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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c1560 off_t writeblockcnt; local
1610 if (VNOP_IOCTL(devvp, DKIOCGETMAXBLOCKCOUNTWRITE, (caddr_t)&writeblockcnt, 0, context) == 0) {
1611 tmp_writemaxcnt = writeblockcnt * phys_blksz;
1612 if (writemaxcnt == 0 || (writeblockcnt > 0 && tmp_writemaxcnt < writemaxcnt)) {
H A Dvfs_subr.c3060 off_t writeblockcnt = 0; local
3136 (caddr_t)&writeblockcnt, 0, ctx)))
3185 if (writeblockcnt) {
3186 temp = writeblockcnt * blksize;

Completed in 49 milliseconds