Home
last modified time | relevance | path

Searched refs: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
/linux/Documentation/filesystems/
H A Dporting.rst271 Use bdev_read_only(bdev) instead of is_read_only(kdev). The latter
273 As soon as it gets fixed is_read_only() will die.
297 is_read_only() is gone; use bdev_read_only() instead.
/linux/drivers/md/
H A Ddm-thin.c1440 static bool is_read_only(struct pool *pool) in is_read_only() function
1457 if (ooms_reason && !is_read_only(pool)) { in check_for_metadata_space()