Home
last modified time | relevance | path

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

/xnu-8796.121.2/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.c392 mp->mnt_devblocksize = DEV_BSIZE; in vfsinit()
H A Dvfs_cluster.c1245 if (mp->mnt_devblocksize > 1 && !(flags & (CL_DEV_MEMORY | CL_DIRECT_IO))) { in cluster_io()
1311 …G((FSDBG_CODE(DBG_FSRW, 22)) | DBG_FUNC_NONE, max_iosize, max_vectors, mp->mnt_devblocksize, 0, 0); in cluster_io()
2670 devblocksize = (u_int32_t)vp->v_mount->mnt_devblocksize; in cluster_write_direct()
3041 devblocksize = (u_int32_t)vp->v_mount->mnt_devblocksize; in cluster_write_contig()
4802 devblocksize = (u_int32_t)vp->v_mount->mnt_devblocksize; in cluster_read_direct()
5370 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()
4282 mp->mnt_devblocksize = blksize; in vfs_init_io_attributes()
7235 mp->mnt_vfsstat.f_bsize = mp->mnt_devblocksize; /* default from the device block size */ in vfs_update_vfsstat()
H A Dvfs_attrlist.c1046 VFSATTR_RETURN(&vs, f_bsize, mnt->mnt_devblocksize); in getvolattrlist()
H A Dvfs_syscalls.c1197 mp->mnt_devblocksize = DEV_BSIZE; in mount_common()
/xnu-8796.121.2/bsd/sys/
H A Dmount_internal.h133 uint32_t mnt_devblocksize; /* the underlying device block size */ member
/xnu-8796.121.2/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c379 blksize = vp->v_mount->mnt_devblocksize; in mockfs_blockmap()
/xnu-8796.121.2/bsd/vm/
H A Dvm_compressor_backing_file.c315 blocksize = vp->v_mount->mnt_devblocksize; in vnode_trim_list()