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

/xnu-2422.115.4/bsd/i386/
H A Dparam.h92 #define MAXPHYS (128 * 1024) /* max raw I/O transfer size */ macro
/xnu-2422.115.4/bsd/kern/
H A Dkern_physio.c237 * so, just adjust the buffer's count accounting to MAXPHYS here,
244 buf_setcount(bp, min(MAXPHYS, buf_count(bp)));
/xnu-2422.115.4/bsd/sys/
H A Dparam.h183 * The file system is made out of blocks of at most MAXPHYS units, with
186 * made larger than MAXPHYS without any effect on existing file systems;
192 #define MAXPHYSIO MAXPHYS
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_init.c446 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS;
H A Dkpi_vfs.c740 ioattrp->io_maxreadcnt = MAXPHYS;
741 ioattrp->io_maxwritecnt = MAXPHYS;
744 ioattrp->io_maxsegreadsize = MAXPHYS;
745 ioattrp->io_maxsegwritesize = MAXPHYS;
H A Dvfs_subr.c941 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS;
H A Dvfs_syscalls.c613 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS;
/xnu-2422.115.4/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;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c1289 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS;

Completed in 114 milliseconds