Searched refs:bflags (Results 1 – 2 of 2) sorted by relevance
2517 int bflags; in spec_strategy() local2633 bflags = bp->b_flags; in spec_strategy()2635 if (((bflags & B_READ) == 0) && ((bflags & B_ASYNC) == 0)) { in spec_strategy()2639 if (bflags & B_READ) { in spec_strategy()2642 if (bflags & B_ASYNC) { in spec_strategy()2648 } else if (bflags & B_PAGEIO) { in spec_strategy()2658 if (bflags & B_PASSIVE) { in spec_strategy()2715 throttle_info_update_internal(throttle_info, ut, bflags, isssd, inflight, bap); in spec_strategy()2717 if ((bflags & B_READ) == 0) { in spec_strategy()
367 int bflags = bp->b_flags; in io_compression_stats() local375 if ((io_compression_stats_enable != 1) || (bflags & B_READ) || (buf_cnt <= 0)) { in io_compression_stats()