Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-cache-target.c923 if (get_cache_mode(cache) >= CM_READ_ONLY) in abort_transaction()
963 if (get_cache_mode(cache) >= CM_READ_ONLY) in save_stats()
1750 if (get_cache_mode(cache) >= CM_READ_ONLY) in commit()
2471 if (get_cache_mode(cache) != CM_WRITE) { in cache_create()
2706 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_dirty_bitset()
2720 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_discard_bitset()
2747 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_hints()
2809 if (get_cache_mode(cache) == CM_WRITE) in cache_postsuspend()
2945 if (get_cache_mode(cache) != CM_WRITE) in can_resume()
3159 if (get_cache_mode(cache) == CM_FAIL) { in cache_status()
[all …]
/linux-6.15/fs/9p/
H A Dv9fs.c70 static int get_cache_mode(char *s) in get_cache_mode() function
299 r = get_cache_mode(s); in v9fs_parse_options()