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

/xnu-2782.1.97/bsd/sys/
H A Ddisk.h66 * DKIOCGETMAXSEGMENTCOUNTWRITE get maximum segment count for writes
157 #define DKIOCGETMAXSEGMENTCOUNTWRITE _IOR('d', 67, uint64_t) macro
/xnu-2782.1.97/bsd/dev/
H A Dmemdev.c384 case DKIOCGETMAXSEGMENTCOUNTWRITE:
/xnu-2782.1.97/bsd/kern/
H A Dkern_symfile.c436 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTWRITE, (caddr_t) &segcount);
/xnu-2782.1.97/bsd/dev/vn/
H A Dvn.c907 case DKIOCGETMAXSEGMENTCOUNTWRITE:
945 case DKIOCGETMAXSEGMENTCOUNTWRITE:
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c1617 if (VNOP_IOCTL(devvp, DKIOCGETMAXSEGMENTCOUNTWRITE, (caddr_t)&writesegcnt, 0, context)) {
H A Dvfs_subr.c3151 if ((error = VNOP_IOCTL(devvp, DKIOCGETMAXSEGMENTCOUNTWRITE,

Completed in 100 milliseconds