Lines Matching refs:ba_flags
2237 if (!ISSET(bap->ba_flags, BA_STRATEGY_TRACKED_IO)) { in throttle_info_end_io()
2240 CLR(bap->ba_flags, BA_STRATEGY_TRACKED_IO); in throttle_info_end_io()
2254 if (ISSET(bap->ba_flags, BA_IO_TIER_UPGRADE)) { in throttle_info_end_io()
2297 if (ISSET(bap->ba_flags, BA_IO_TIER_UPGRADE)) { in throttle_info_update_internal()
2309 SET(bap->ba_flags, BA_STRATEGY_TRACKED_IO); in throttle_info_update_internal()
2571 bap->ba_flags |= BA_META; in spec_strategy()
2581 if (bap->ba_flags & BA_META) { in spec_strategy()
2582 …if ((mp && (mp->mnt_ioflags & MNT_IOFLAGS_IOSCHED_SUPPORTED)) || (bap->ba_flags & BA_IO_SCHEDULED)… in spec_strategy()
2584 if ((bap->ba_flags & BA_EXPEDITED_META_IO) && (io_tier > IOSCHED_METADATA_EXPEDITED_TIER)) { in spec_strategy()
2592 if (bap->ba_flags & BA_EXPEDITED_META_IO) { in spec_strategy()
2607 bap->ba_flags |= BA_PASSIVE; in spec_strategy()
2612 bap->ba_flags |= BA_DELAYIDLESLEEP; in spec_strategy()
2629 if (bap->ba_flags & BA_META) { in spec_strategy()
2645 if (bap->ba_flags & BA_NOCACHE) { in spec_strategy()
2651 SET(bap->ba_flags, BA_IO_TIER_UPGRADE); in spec_strategy()