Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-clone-target.c63 CM_READ_ONLY, /* metadata may not be changed */ enumerator
184 case CM_READ_ONLY: in __set_clone_mode()
206 if (get_clone_mode(clone) >= CM_READ_ONLY) in __abort_transaction()
237 __set_clone_mode(clone, CM_READ_ONLY); in __metadata_operation_failed()
356 if (unlikely(get_clone_mode(clone) >= CM_READ_ONLY)) { in issue_bio()
439 if (unlikely(get_clone_mode(clone) >= CM_READ_ONLY)) { in complete_overwrite_bio()
515 if (unlikely(get_clone_mode(clone) >= CM_READ_ONLY)) { in process_discard_bio()
712 if (unlikely(get_clone_mode(clone) >= CM_READ_ONLY)) in hydration_update_metadata()
939 if (unlikely(get_clone_mode(clone) >= CM_READ_ONLY)) { in hydrate_bio_region()
1077 if (unlikely(get_clone_mode(clone) >= CM_READ_ONLY)) in do_hydration()
[all …]
H A Ddm-cache-target.c318 CM_READ_ONLY, /* metadata may not be changed */ enumerator
957 new_mode = CM_READ_ONLY; in set_cache_mode()
966 case CM_READ_ONLY: in set_cache_mode()
985 if (get_cache_mode(cache) >= CM_READ_ONLY) in abort_transaction()
1005 set_cache_mode(cache, CM_READ_ONLY); in metadata_operation_failed()
1025 if (get_cache_mode(cache) >= CM_READ_ONLY) in save_stats()
1801 if (get_cache_mode(cache) >= CM_READ_ONLY) in commit()
2733 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_dirty_bitset()
2747 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_discard_bitset()
2774 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_hints()
[all …]