Home
last modified time | relevance | path

Searched refs:BA_NOCACHE (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/bsd/sys/
H A Dbuf_internal.h262 #define BA_NOCACHE 0x00000008 macro
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_bio.c494 if ((bap->ba_flags & BA_NOCACHE)) { in bufattr_nocache()
4249 if (bap->ba_flags & BA_NOCACHE) { in buf_biodone()
4275 CLR(bap->ba_flags, (BA_META | BA_NOCACHE | BA_DELAYIDLESLEEP | BA_IO_TIER_UPGRADE)); in buf_biodone()
H A Dvfs_cluster.c2193 cbp->b_attr.ba_flags |= BA_NOCACHE; in cluster_io()
/xnu-11215.61.5/bsd/miscfs/specfs/
H A Dspec_vnops.c2662 if (bap->ba_flags & BA_NOCACHE) { in spec_strategy()