Lines Matching refs:ba_flags
2300 if (!ISSET(bap->ba_flags, BA_STRATEGY_TRACKED_IO)) { in throttle_info_end_io()
2303 CLR(bap->ba_flags, BA_STRATEGY_TRACKED_IO); in throttle_info_end_io()
2317 if (ISSET(bap->ba_flags, BA_IO_TIER_UPGRADE)) { in throttle_info_end_io()
2360 if (ISSET(bap->ba_flags, BA_IO_TIER_UPGRADE)) { in throttle_info_update_internal()
2372 SET(bap->ba_flags, BA_STRATEGY_TRACKED_IO); in throttle_info_update_internal()
2643 bap->ba_flags |= BA_META; in spec_strategy()
2653 if (bap->ba_flags & BA_META) { in spec_strategy()
2654 …if ((mp && (mp->mnt_ioflags & MNT_IOFLAGS_IOSCHED_SUPPORTED)) || (bap->ba_flags & BA_IO_SCHEDULED)… in spec_strategy()
2656 if ((bap->ba_flags & BA_EXPEDITED_META_IO) && (io_tier > IOSCHED_METADATA_EXPEDITED_TIER)) { in spec_strategy()
2664 if (bap->ba_flags & BA_EXPEDITED_META_IO) { in spec_strategy()
2679 bap->ba_flags |= BA_PASSIVE; in spec_strategy()
2684 bap->ba_flags |= BA_DELAYIDLESLEEP; in spec_strategy()
2701 if (bap->ba_flags & BA_META) { in spec_strategy()
2717 if (bap->ba_flags & BA_NOCACHE) { in spec_strategy()
2723 SET(bap->ba_flags, BA_IO_TIER_UPGRADE); in spec_strategy()