Home
last modified time | relevance | path

Searched refs:mnt_iosize_max (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_cluster.c124 racluster = vp->v_mount->mnt_iosize_max / size; in cluster_read()
426 round_page(size) > vp->v_mount->mnt_iosize_max) { in cluster_rbuild()
681 maxclen = vp->v_mount->mnt_iosize_max / lblocksize - 1; in cluster_write()
957 (vp->v_mount->mnt_iosize_max / PAGE_SIZE))) { in cluster_wbuild()
H A Dvfs_mount.c525 mp->mnt_iosize_max = DFLTPHYS; in vfs_mount_alloc()
H A Dvfs_subr.c4410 db_printf(" mnt_iosize_max = %d\n", mp->mnt_iosize_max); in DB_SHOW_COMMAND()
/f-stack/freebsd/sys/
H A Dmount.h229 int mnt_iosize_max; /* max size for clusters, etc */ member