Searched refs:MAXPHYS (Results 1 – 10 of 10) sorted by relevance
70 #define MAXPHYS (64 * 1024) /* max raw I/O transfer size */ macro
94 #define MAXPHYS (128 * 1024) /* max raw I/O transfer size */ macro
192 #define MAXPHYSIO MAXPHYS
254 buf_setcount(bp, min(MAXPHYS, buf_count(bp))); in minphys()
384 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()
1058 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in vfs_rootmountalloc_internal()
865 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in mount_common()
204 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in devfs_sinit()
1263 ioattr.io_maxreadcnt = ioattr.io_maxwritecnt = MAXPHYS; in nfs_mount_diskless_private()