Lines Matching refs:ba_flags
2249 if (!ISSET(bap->ba_flags, BA_STRATEGY_TRACKED_IO)) { in throttle_info_end_io()
2252 CLR(bap->ba_flags, BA_STRATEGY_TRACKED_IO); in throttle_info_end_io()
2266 if (ISSET(bap->ba_flags, BA_IO_TIER_UPGRADE)) { in throttle_info_end_io()
2309 if (ISSET(bap->ba_flags, BA_IO_TIER_UPGRADE)) { in throttle_info_update_internal()
2321 SET(bap->ba_flags, BA_STRATEGY_TRACKED_IO); in throttle_info_update_internal()
2592 bap->ba_flags |= BA_META; in spec_strategy()
2602 if (bap->ba_flags & BA_META) { in spec_strategy()
2603 …if ((mp && (mp->mnt_ioflags & MNT_IOFLAGS_IOSCHED_SUPPORTED)) || (bap->ba_flags & BA_IO_SCHEDULED)… in spec_strategy()
2605 if ((bap->ba_flags & BA_EXPEDITED_META_IO) && (io_tier > IOSCHED_METADATA_EXPEDITED_TIER)) { in spec_strategy()
2613 if (bap->ba_flags & BA_EXPEDITED_META_IO) { in spec_strategy()
2628 bap->ba_flags |= BA_PASSIVE; in spec_strategy()
2633 bap->ba_flags |= BA_DELAYIDLESLEEP; in spec_strategy()
2650 if (bap->ba_flags & BA_META) { in spec_strategy()
2666 if (bap->ba_flags & BA_NOCACHE) { in spec_strategy()
2672 SET(bap->ba_flags, BA_IO_TIER_UPGRADE); in spec_strategy()