Home
last modified time | relevance | path

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

/xnu-11215.81.4/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.c396 mp->mnt_devblocksize = DEV_BSIZE; in vfsinit()
H A Dvfs_cluster.c1481 if (mp->mnt_devblocksize > 1 && !(flags & (CL_DEV_MEMORY | CL_DIRECT_IO))) { in cluster_io()
1561 …G((FSDBG_CODE(DBG_FSRW, 22)) | DBG_FUNC_NONE, max_iosize, max_vectors, mp->mnt_devblocksize, 0, 0); in cluster_io()
2986 devblocksize = (u_int32_t)vp->v_mount->mnt_devblocksize; in cluster_write_direct()
3365 devblocksize = (u_int32_t)vp->v_mount->mnt_devblocksize; in cluster_write_contig()
5149 devblocksize = (u_int32_t)vp->v_mount->mnt_devblocksize; in cluster_read_direct()
5724 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()
903 ioattrp->io_devblocksize = mp->mnt_devblocksize; in vfs_ioattr()
925 mp->mnt_devblocksize = ioattrp->io_devblocksize; in vfs_setioattr()
H A Dvfs_subr.c1127 mp->mnt_devblocksize = DEV_BSIZE; in vfs_rootmountalloc_internal()
4486 mp->mnt_devblocksize = blksize; in vfs_init_io_attributes()
7567 mp->mnt_vfsstat.f_bsize = mp->mnt_devblocksize; /* default from the device block size */ in vfs_update_vfsstat()
H A Dvfs_attrlist.c1051 VFSATTR_RETURN(&vs, f_bsize, mnt->mnt_devblocksize); in getvolattrlist()
H A Dvfs_syscalls.c1278 mp->mnt_devblocksize = DEV_BSIZE; in mount_common()
/xnu-11215.81.4/bsd/sys/ !
H A Dmount_internal.h133 uint32_t mnt_devblocksize; /* the underlying device block size */ member
/xnu-11215.81.4/bsd/miscfs/mockfs/ !
H A Dmockfs_vnops.c379 blksize = vp->v_mount->mnt_devblocksize; in mockfs_blockmap()
/xnu-11215.81.4/bsd/vm/ !
H A Dvm_compressor_backing_file.c303 blocksize = vp->v_mount->mnt_devblocksize; in vnode_trim_list()