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

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c1546 off_t readsegcnt, writesegcnt; local
1573 if (VNOP_IOCTL(devvp, DKIOCGETMAXSEGMENTCOUNTREAD, (caddr_t)&readsegcnt, 0, context)) {
1574 readsegcnt = 0;
1577 if (readsegcnt > 0 && (readsegcnt * PAGE_SIZE) < readmaxcnt) {
1578 readmaxcnt = readsegcnt * PAGE_SIZE;
H A Dvfs_subr.c2949 off_t readsegcnt = 0; local
3034 (caddr_t)&readsegcnt, 0, ctx)))
3079 if (readsegcnt) {
3080 temp = (readsegcnt > UINT16_MAX) ? UINT16_MAX : readsegcnt;

Completed in 143 milliseconds