Home
last modified time | relevance | path

Searched defs:is_read_only (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dvdo.h67 bool is_read_only; member
H A Dvdo.c1041 bool is_read_only = vdo_in_read_only_mode(vdo); in vdo_enable_read_only_entry() local
/linux/drivers/md/
H A Ddm-thin.c1440 static bool is_read_only(struct pool *pool) in is_read_only() function