Searched refs:get_cache_mode (Results 1 – 2 of 2) sorted by relevance
915 if (get_cache_mode(cache) >= CM_READ_ONLY) in abort_transaction()955 if (get_cache_mode(cache) >= CM_READ_ONLY) in save_stats()1731 if (get_cache_mode(cache) >= CM_READ_ONLY) in commit()2435 if (get_cache_mode(cache) != CM_WRITE) { in cache_create()2663 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_dirty_bitset()2677 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_discard_bitset()2704 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_hints()2766 if (get_cache_mode(cache) == CM_WRITE) in cache_postsuspend()3047 if (get_cache_mode(cache) == CM_FAIL) { in cache_status()3099 if (get_cache_mode(cache) == CM_READ_ONLY) in cache_status()[all …]
80 static int get_cache_mode(char *s) in get_cache_mode() function297 r = get_cache_mode(s); in v9fs_parse_options()
Completed in 10 milliseconds