Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/vfs/
H A Dvfs_disk_conditioner.c47 #define BLK_MAX(mp) ((mp->mnt_vfsstat.f_blocks * mp->mnt_vfsstat.f_bsize) / (mp->mnt_devblocksize))
H A Dvfs_init.c393 mp->mnt_devblocksize = DEV_BSIZE; in vfsinit()
H A Dvfs_cluster.c1266 if (mp->mnt_devblocksize > 1 && !(flags & (CL_DEV_MEMORY | CL_DIRECT_IO))) { in cluster_io()
1332 …G((FSDBG_CODE(DBG_FSRW, 22)) | DBG_FUNC_NONE, max_iosize, max_vectors, mp->mnt_devblocksize, 0, 0); in cluster_io()
2738 devblocksize = (u_int32_t)vp->v_mount->mnt_devblocksize; in cluster_write_direct()
3117 devblocksize = (u_int32_t)vp->v_mount->mnt_devblocksize; in cluster_write_contig()
4878 devblocksize = (u_int32_t)vp->v_mount->mnt_devblocksize; in cluster_read_direct()
5446 devblocksize = (u_int32_t)vp->v_mount->mnt_devblocksize; in cluster_read_contig()
H A Dkpi_vfs.c818 return mp->mnt_devblocksize; in vfs_devblocksize()
881 ioattrp->io_devblocksize = mp->mnt_devblocksize; in vfs_ioattr()
903 mp->mnt_devblocksize = ioattrp->io_devblocksize; in vfs_setioattr()
H A Dvfs_subr.c1135 mp->mnt_devblocksize = DEV_BSIZE; in vfs_rootmountalloc_internal()
4392 mp->mnt_devblocksize = blksize; in vfs_init_io_attributes()
7418 mp->mnt_vfsstat.f_bsize = mp->mnt_devblocksize; /* default from the device block size */ in vfs_update_vfsstat()
H A Dvfs_attrlist.c1049 VFSATTR_RETURN(&vs, f_bsize, mnt->mnt_devblocksize); in getvolattrlist()
H A Dvfs_syscalls.c1181 mp->mnt_devblocksize = DEV_BSIZE; in mount_common()
/xnu-10002.61.3/bsd/sys/
H A Dmount_internal.h133 uint32_t mnt_devblocksize; /* the underlying device block size */ member
/xnu-10002.61.3/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c379 blksize = vp->v_mount->mnt_devblocksize; in mockfs_blockmap()
/xnu-10002.61.3/bsd/vm/
H A Dvm_compressor_backing_file.c315 blocksize = vp->v_mount->mnt_devblocksize; in vnode_trim_list()