Home
last modified time | relevance | path

Searched refs:is_read_only (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/Documentation/filesystems/
Dporting237 Use bdev_read_only(bdev) instead of is_read_only(kdev). The latter
239 As soon as it gets fixed is_read_only() will die.
260 is_read_only() is gone; use bdev_read_only() instead.
/Linux-v4.19/drivers/md/
Ddm-thin.c1385 static bool is_read_only(struct pool *pool) in is_read_only() function
1402 if (ooms_reason && !is_read_only(pool)) { in check_for_metadata_space()