Searched refs:mnt_throttle_mask (Results 1 – 5 of 5) sorted by relevance
148 …uint64_t mnt_throttle_mask; /* the throttle mask of what devices will be a… member
2707 …if (mp->mnt_devbsdunit || (mp->mnt_throttle_mask != LOWPRI_MAX_NUM_DEV - 1 && mp->mnt_throttle_mas… in spec_strategy()
1134 mp->mnt_throttle_mask = LOWPRI_MAX_NUM_DEV - 1; in vfs_rootmountalloc_internal()4453 VNOP_IOCTL(devvp, DKIOCGETTHROTTLEMASK, (caddr_t)&mp->mnt_throttle_mask, 0, NULL); in vfs_init_io_attributes()4458 mp->mnt_devbsdunit = mp->mnt_throttle_mask ? in vfs_init_io_attributes()4459 num_trailing_0(mp->mnt_throttle_mask) : (LOWPRI_MAX_NUM_DEV - 1); in vfs_init_io_attributes()
433 return mp->mnt_throttle_mask; in vfs_throttle_mask()
1309 mp->mnt_throttle_mask = LOWPRI_MAX_NUM_DEV - 1; in mount_common()