Home
last modified time | relevance | path

Searched refs:limit_swap_bios (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Ddevice-mapper.h391 bool limit_swap_bios:1; member
/linux/drivers/md/
H A Ddm-table.c760 if (ti->limit_swap_bios && !static_key_enabled(&swap_bios_enabled.key)) in dm_table_add_target()
H A Ddm-thin.c3389 ti->limit_swap_bios = true; in pool_ctr()
4269 ti->limit_swap_bios = true; in thin_ctr()
H A Ddm.c1080 return unlikely((bio->bi_opf & REQ_SWAP) != 0) && unlikely(ti->limit_swap_bios); in swap_bios_limit()
H A Ddm-crypt.c3443 ti->limit_swap_bios = true; in crypt_ctr()