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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c1563 off_t readsegcnt, writesegcnt; local
1590 if (VNOP_IOCTL(devvp, DKIOCGETMAXSEGMENTCOUNTREAD, (caddr_t)&readsegcnt, 0, context)) {
1591 readsegcnt = 0;
1594 if (readsegcnt > 0 && (readsegcnt * PAGE_SIZE) < readmaxcnt) {
1595 readmaxcnt = readsegcnt * PAGE_SIZE;
H A Dvfs_subr.c3063 off_t readsegcnt = 0; local
3148 (caddr_t)&readsegcnt, 0, ctx)))
3193 if (readsegcnt) {
3194 temp = (readsegcnt > UINT16_MAX) ? UINT16_MAX : readsegcnt;

Completed in 200 milliseconds