Searched refs:MAXPHYS (Results 1 – 9 of 9) sorted by relevance
94 #define MAXPHYS (128 * 1024) /* max raw I/O transfer size */ macro
70 #define MAXPHYS (64 * 1024) /* max raw I/O transfer size */ macro
192 #define MAXPHYSIO MAXPHYS
254 buf_setcount(bp, min(MAXPHYS, buf_count(bp))); in minphys()
389 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in vfsinit()
865 ioattrp->io_maxreadcnt = MAXPHYS; in vfs_ioattr()866 ioattrp->io_maxwritecnt = MAXPHYS; in vfs_ioattr()869 ioattrp->io_maxsegreadsize = MAXPHYS; in vfs_ioattr()870 ioattrp->io_maxsegwritesize = MAXPHYS; in vfs_ioattr()
1131 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in vfs_rootmountalloc_internal()
1177 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in mount_common()
204 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in devfs_sinit()