Searched refs:MAXPHYS (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/arm/
H A Dparam.h68 #define MAXPHYS (64 * 1024) /* max raw I/O transfer size */ macro
/darwin-on-arm/xnu/bsd/i386/
H A Dparam.h92 #define MAXPHYS (128 * 1024) /* max raw I/O transfer size */ macro
/darwin-on-arm/xnu/osfmk/arm/
H A Dparam.h68 #define MAXPHYS (64 * 1024) /* max raw I/O transfer size */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_physio.c241 * so, just adjust the buffer's count accounting to MAXPHYS here,
248 buf_setcount(bp, min(MAXPHYS, buf_count(bp)));
/darwin-on-arm/xnu/bsd/sys/
H A Dparam.h186 * The file system is made out of blocks of at most MAXPHYS units, with
189 * made larger than MAXPHYS without any effect on existing file systems;
195 #define MAXPHYSIO MAXPHYS
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_init.c446 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS;
H A Dkpi_vfs.c979 ioattrp->io_maxreadcnt = MAXPHYS;
980 ioattrp->io_maxwritecnt = MAXPHYS;
983 ioattrp->io_maxsegreadsize = MAXPHYS;
984 ioattrp->io_maxsegwritesize = MAXPHYS;
H A Dvfs_subr.c941 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS;
H A Dvfs_syscalls.c574 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS;
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c541 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS;
H A Ddevfs_tree.c213 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c1289 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS;

Completed in 412 milliseconds