Searched refs:ba_flags (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h92 uint64_t ba_flags; /* flags. Some are only in-use on embedded devices */ member in struct:bufattr
230 * ba_flags (Buffer Attribute flags)
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c1643 bp->b_attr.ba_flags |= BA_META;
1647 bp->b_attr.ba_flags |= BA_THROTTLED_IO;
1654 bp->b_attr.ba_flags |= BA_DELAYIDLESLEEP;
1677 if (bp->b_attr.ba_flags & BA_NOCACHE)
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c457 if ( (bap->ba_flags & BA_RAW_ENCRYPTED_IO) )
464 if ( (bap->ba_flags & BA_THROTTLED_IO) )
471 if ( (bap->ba_flags & BA_NOCACHE) )
478 if ( (bap->ba_flags & BA_META) )
491 if ( (bap->ba_flags & BA_DELAYIDLESLEEP) )
3837 if (bp->b_attr.ba_flags & BA_NOCACHE)
3858 CLR(bp->b_attr.ba_flags, (BA_META | BA_NOCACHE));
3860 CLR(bp->b_attr.ba_flags, (BA_THROTTLED_IO | BA_DELAYIDLESLEEP));
3862 CLR(bp->b_attr.ba_flags, BA_THROTTLED_IO);
H A Dvfs_cluster.c1468 cbp->b_attr.ba_flags |= BA_NOCACHE;
1564 * Twiddle the bit in the ba_flags for the buffer
1566 cbp->b_attr.ba_flags |= BA_RAW_ENCRYPTED_IO;

Completed in 43 milliseconds