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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_journal.c1439 off_t writemaxcnt; local
1463 if (VNOP_IOCTL(devvp, DKIOCGETMAXBYTECOUNTWRITE, (caddr_t)&writemaxcnt, 0, context)) {
1464 writemaxcnt = 0;
1467 if (writemaxcnt == 0) {
1469 writemaxcnt = 128 * 1024;
1471 writemaxcnt = writeblockcnt * phys_blksz;
1476 jnl->max_write_size = writemaxcnt;
H A Dvfs_subr.c2677 off_t writemaxcnt; local
2744 (caddr_t)&writemaxcnt, 0, ctx)))
2778 if (writemaxcnt)
2779 temp = (writemaxcnt > UINT32_MAX) ? UINT32_MAX : writemaxcnt;

Completed in 38 milliseconds