Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-cache-target.c839 static enum cache_metadata_mode get_cache_mode(struct cache *cache) in get_cache_mode() function
865 enum cache_metadata_mode old_mode = get_cache_mode(cache); in set_cache_mode()
907 if (get_cache_mode(cache) >= CM_READ_ONLY) in abort_transaction()
947 if (get_cache_mode(cache) >= CM_READ_ONLY) in save_stats()
1723 if (get_cache_mode(cache) >= CM_READ_ONLY) in commit()
2428 if (get_cache_mode(cache) != CM_WRITE) { in cache_create()
2656 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_dirty_bitset()
2670 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_discard_bitset()
2697 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_hints()
2759 if (get_cache_mode(cache) == CM_WRITE) in cache_postsuspend()
[all …]
/linux-6.1.9/fs/9p/
Dv9fs.c80 static int get_cache_mode(char *s) in get_cache_mode() function
297 r = get_cache_mode(s); in v9fs_parse_options()