Lines Matching refs:ba_flags
2191 if (!ISSET(bap->ba_flags, BA_STRATEGY_TRACKED_IO)) { in throttle_info_end_io()
2194 CLR(bap->ba_flags, BA_STRATEGY_TRACKED_IO); in throttle_info_end_io()
2204 if (ISSET(bap->ba_flags, BA_IO_TIER_UPGRADE)) { in throttle_info_end_io()
2247 if (ISSET(bap->ba_flags, BA_IO_TIER_UPGRADE)) { in throttle_info_update_internal()
2259 SET(bap->ba_flags, BA_STRATEGY_TRACKED_IO); in throttle_info_update_internal()
2519 bap->ba_flags |= BA_META; in spec_strategy()
2529 if (bap->ba_flags & BA_META) { in spec_strategy()
2530 …if ((mp && (mp->mnt_ioflags & MNT_IOFLAGS_IOSCHED_SUPPORTED)) || (bap->ba_flags & BA_IO_SCHEDULED)… in spec_strategy()
2532 if ((bap->ba_flags & BA_EXPEDITED_META_IO) && (io_tier > IOSCHED_METADATA_EXPEDITED_TIER)) { in spec_strategy()
2540 if (bap->ba_flags & BA_EXPEDITED_META_IO) { in spec_strategy()
2555 bap->ba_flags |= BA_PASSIVE; in spec_strategy()
2560 bap->ba_flags |= BA_DELAYIDLESLEEP; in spec_strategy()
2577 if (bap->ba_flags & BA_META) { in spec_strategy()
2593 if (bap->ba_flags & BA_NOCACHE) { in spec_strategy()
2599 SET(bap->ba_flags, BA_IO_TIER_UPGRADE); in spec_strategy()