Home
last modified time | relevance | path

Searched refs:BA_IO_TIER_UPGRADE (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/bsd/sys/
H A Dbuf_internal.h278 #define BA_IO_TIER_UPGRADE 0x00004000 /* effective I/O tier is higher than BA_IO_TIER */ macro
/xnu-11215.61.5/bsd/miscfs/specfs/
H A Dspec_vnops.c2262 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()
2668 SET(bap->ba_flags, BA_IO_TIER_UPGRADE); in spec_strategy()
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_bio.c4253 if (bap->ba_flags & BA_IO_TIER_UPGRADE) { in buf_biodone()
4275 CLR(bap->ba_flags, (BA_META | BA_NOCACHE | BA_DELAYIDLESLEEP | BA_IO_TIER_UPGRADE)); in buf_biodone()