Searched refs:mnt_iosize_max (Results 1 – 13 of 13) sorted by relevance
111 racluster = vp->v_mount->mnt_iosize_max / size; in cluster_read()388 round_page(size) > vp->v_mount->mnt_iosize_max) { in cluster_rbuild()650 maxclen = vp->v_mount->mnt_iosize_max / lblocksize - 1; in cluster_write()926 (vp->v_mount->mnt_iosize_max / PAGE_SIZE))) { in cluster_wbuild()
476 mp->mnt_iosize_max = DFLTPHYS; in vfs_mount_alloc()
3534 db_printf(" mnt_iosize_max = %d\n", mp->mnt_iosize_max); in DB_SHOW_COMMAND()
340 mp->mnt_iosize_max = devvp->v_rdev->si_iosize_max; in udf_mountfs()341 if (mp->mnt_iosize_max > MAXPHYS) in udf_mountfs()342 mp->mnt_iosize_max = MAXPHYS; in udf_mountfs()
238 mp->mnt_iosize_max = devvp->v_rdev->si_iosize_max;239 if (mp->mnt_iosize_max > MAXPHYS)240 mp->mnt_iosize_max = MAXPHYS;
459 mp->mnt_iosize_max = devvp->v_rdev->si_iosize_max; in reiserfs_mountfs()460 if (mp->mnt_iosize_max > MAXPHYS) in reiserfs_mountfs()461 mp->mnt_iosize_max = MAXPHYS; in reiserfs_mountfs()
560 mp->mnt_iosize_max = devvp->v_rdev->si_iosize_max; in ext2_mountfs()561 if (mp->mnt_iosize_max > MAXPHYS) in ext2_mountfs()562 mp->mnt_iosize_max = MAXPHYS; in ext2_mountfs()
169 maxrun = mp->mnt_iosize_max / bsize - 1; in ext2_bmaparray()
129 maxrun = mp->mnt_iosize_max / mp->mnt_stat.f_iosize - 1;
1349 mp->mnt_iosize_max = devvp->v_rdev->si_iosize_max; in nandfs_mountfs()1352 if (mp->mnt_iosize_max > MAXPHYS) in nandfs_mountfs()1353 mp->mnt_iosize_max = MAXPHYS; in nandfs_mountfs()
777 mp->mnt_iosize_max = devvp->v_rdev->si_iosize_max;778 if (mp->mnt_iosize_max > MAXPHYS)779 mp->mnt_iosize_max = MAXPHYS;
181 int mnt_iosize_max; /* max size for clusters, etc */ member
1776 maxio = mp->mnt_iosize_max / mp->mnt_stat.f_iosize; in msdosfs_bmap()