Searched refs:REQ_SWAP (Results 1 – 6 of 6) sorted by relevance
437 #define REQ_SWAP (1ULL << __REQ_SWAP) macro
306 return (bio->bi_opf & (REQ_META | REQ_SWAP)) != 0; in bio_issue_as_root_blkg()
479 (bio->bi_opf & REQ_SWAP) == REQ_SWAP); in blkcg_iolatency_throttle()
2641 (bio->bi_opf & REQ_SWAP) == REQ_SWAP); in ioc_rqos_throttle()2742 (bio->bi_opf & REQ_SWAP) == REQ_SWAP); in ioc_rqos_merge()
343 bio->bi_opf = REQ_OP_WRITE | REQ_SWAP | wbc_to_write_flags(wbc); in __swap_writepage()
876 return unlikely((bio->bi_opf & REQ_SWAP) != 0) && unlikely(ti->limit_swap_bios); in swap_bios_limit()
Completed in 22 milliseconds