Lines Matching refs:ba_flags
2245 if (!ISSET(bap->ba_flags, BA_STRATEGY_TRACKED_IO)) { in throttle_info_end_io()
2248 CLR(bap->ba_flags, BA_STRATEGY_TRACKED_IO); in throttle_info_end_io()
2262 if (ISSET(bap->ba_flags, BA_IO_TIER_UPGRADE)) { in throttle_info_end_io()
2305 if (ISSET(bap->ba_flags, BA_IO_TIER_UPGRADE)) { in throttle_info_update_internal()
2317 SET(bap->ba_flags, BA_STRATEGY_TRACKED_IO); in throttle_info_update_internal()
2588 bap->ba_flags |= BA_META; in spec_strategy()
2598 if (bap->ba_flags & BA_META) { in spec_strategy()
2599 …if ((mp && (mp->mnt_ioflags & MNT_IOFLAGS_IOSCHED_SUPPORTED)) || (bap->ba_flags & BA_IO_SCHEDULED)… in spec_strategy()
2601 if ((bap->ba_flags & BA_EXPEDITED_META_IO) && (io_tier > IOSCHED_METADATA_EXPEDITED_TIER)) { in spec_strategy()
2609 if (bap->ba_flags & BA_EXPEDITED_META_IO) { in spec_strategy()
2624 bap->ba_flags |= BA_PASSIVE; in spec_strategy()
2629 bap->ba_flags |= BA_DELAYIDLESLEEP; in spec_strategy()
2646 if (bap->ba_flags & BA_META) { in spec_strategy()
2662 if (bap->ba_flags & BA_NOCACHE) { in spec_strategy()
2668 SET(bap->ba_flags, BA_IO_TIER_UPGRADE); in spec_strategy()