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

/darwin-on-arm/xnu/bsd/sys/
H A Ddisk.h62 * DKIOCGETMAXSEGMENTCOUNTWRITE get maximum segment count for writes
141 #define DKIOCGETMAXSEGMENTCOUNTWRITE _IOR('d', 67, uint64_t) macro
/darwin-on-arm/xnu/bsd/dev/
H A Dmemdev.c382 case DKIOCGETMAXSEGMENTCOUNTWRITE:
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c918 case DKIOCGETMAXSEGMENTCOUNTWRITE:
956 case DKIOCGETMAXSEGMENTCOUNTWRITE:
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.c1597 if (VNOP_IOCTL(devvp, DKIOCGETMAXSEGMENTCOUNTWRITE, (caddr_t)&writesegcnt, 0, context)) {
H A Dvfs_subr.c3037 if ((error = VNOP_IOCTL(devvp, DKIOCGETMAXSEGMENTCOUNTWRITE,

Completed in 67 milliseconds