Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dpage_io.c88 if (!(sis->flags & SWP_BLKDEV)) in swap_slot_free_notify()
Dswap_state.c558 if (likely(si->flags & (SWP_BLKDEV | SWP_FS))) { in swap_cluster_readahead()
Dswapfile.c719 if (si->flags & SWP_BLKDEV) in swap_range_free()
2890 p->flags |= SWP_BLKDEV; in claim_swapfile()
/Linux-v5.4/include/linux/
Dswap.h171 SWP_BLKDEV = (1 << 6), /* its a block device */ enumerator