Searched refs:is_read_only (Results 1 – 2 of 2) sorted by relevance
1177 bool is_read_only = vdo_in_read_only_mode(vdo); in vdo_enable_read_only_entry() local1180 if (is_read_only) { in vdo_enable_read_only_entry()1192 vdo->threads[id].is_read_only = is_read_only; in vdo_enable_read_only_entry()1281 thread->is_read_only = true; in make_thread_read_only()1384 if (thread->is_read_only) { in vdo_enter_read_only_mode()1390 thread->is_read_only = true; in vdo_enter_read_only_mode()1423 return vdo->threads[vdo_get_callback_thread_id()].is_read_only; in vdo_is_read_only()
1438 static bool is_read_only(struct pool *pool) in is_read_only() function1455 if (ooms_reason && !is_read_only(pool)) { in check_for_metadata_space()