Searched refs:BA_NOCACHE (Results 1 – 4 of 4) sorted by relevance
260 #define BA_NOCACHE 0x00000008 macro
494 if ((bap->ba_flags & BA_NOCACHE)) { in bufattr_nocache()4219 if (bap->ba_flags & BA_NOCACHE) { in buf_biodone()4245 CLR(bap->ba_flags, (BA_META | BA_NOCACHE | BA_DELAYIDLESLEEP | BA_IO_TIER_UPGRADE)); in buf_biodone()
1862 cbp->b_attr.ba_flags |= BA_NOCACHE; in cluster_io()
2593 if (bap->ba_flags & BA_NOCACHE) { in spec_strategy()