Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddevice-mapper.h384 bool limit_swap_bios:1; member
/linux-6.15/drivers/md/
H A Ddm-table.c769 if (ti->limit_swap_bios && !static_key_enabled(&swap_bios_enabled.key)) in dm_table_add_target()
H A Ddm-thin.c3391 ti->limit_swap_bios = true; in pool_ctr()
4271 ti->limit_swap_bios = true; in thin_ctr()
H A Ddm.c1103 return unlikely((bio->bi_opf & REQ_SWAP) != 0) && unlikely(ti->limit_swap_bios); in swap_bios_limit()
H A Ddm-crypt.c3461 ti->limit_swap_bios = true; in crypt_ctr()