Searched refs:BA_IO_SCHEDULED (Results 1 – 3 of 3) sorted by relevance
279 #define BA_IO_SCHEDULED 0x00008000 /* buf is associated with a mount point that is io sched… macro
593 SET(bap->ba_flags, BA_IO_SCHEDULED); in bufattr_markioscheduled()600 if ((bap->ba_flags & BA_IO_SCHEDULED)) { in bufattr_ioscheduled()
2599 …if ((mp && (mp->mnt_ioflags & MNT_IOFLAGS_IOSCHED_SUPPORTED)) || (bap->ba_flags & BA_IO_SCHEDULED)… in spec_strategy()