Searched refs:mnt_ioscale (Results 1 – 6 of 6) sorted by relevance
61 …uint32_t mnt_ioscale; /* scale the various throttles/limits imposed on the amoun… member211 mp->mnt_ioscale = mnt_fields->mnt_ioscale; in disk_conditioner_restore_mount_fields()244 mnt_fields->mnt_ioscale = mp->mnt_ioscale; in disk_conditioner_set_info()280 mp->mnt_ioscale = MNT_IOSCALE(info->ioqueue_depth); in disk_conditioner_set_info()
399 mp->mnt_ioscale = 1; in vfsinit()
1131 mp->mnt_ioscale = 1; in vfs_rootmountalloc_internal()4679 mp->mnt_ioscale = MNT_IOSCALE(mp->mnt_ioqueue_depth); in vfs_init_io_attributes()4681 if (mp->mnt_ioscale > 1) { in vfs_init_io_attributes()4682 printf("ioqueue_depth = %d, ioscale = %d\n", (int)mp->mnt_ioqueue_depth, (int)mp->mnt_ioscale); in vfs_init_io_attributes()
308 #define IO_SCALE(vp, base) (vp->v_mount->mnt_ioscale * (base))
1354 mp->mnt_ioscale = 1; in mount_common()
135 …uint32_t mnt_ioscale; /* scale the various throttles/limits imposed … member