Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/arm/
H A Dparam.h70 #define MAXPHYS (64 * 1024) /* max raw I/O transfer size */ macro
/xnu-8020.101.4/bsd/i386/
H A Dparam.h94 #define MAXPHYS (128 * 1024) /* max raw I/O transfer size */ macro
/xnu-8020.101.4/bsd/sys/
H A Dparam.h192 #define MAXPHYSIO MAXPHYS
/xnu-8020.101.4/bsd/kern/
H A Dkern_physio.c254 buf_setcount(bp, min(MAXPHYS, buf_count(bp))); in minphys()
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_init.c384 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in vfsinit()
H A Dkpi_vfs.c865 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()
H A Dvfs_subr.c1058 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in vfs_rootmountalloc_internal()
H A Dvfs_syscalls.c865 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in mount_common()
/xnu-8020.101.4/bsd/miscfs/devfs/
H A Ddevfs_tree.c204 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in devfs_sinit()
/xnu-8020.101.4/bsd/nfs/
H A Dnfs_boot.c1263 ioattr.io_maxreadcnt = ioattr.io_maxwritecnt = MAXPHYS; in nfs_mount_diskless_private()