Searched refs:get_cache_mode (Results 1 – 2 of 2) sorted by relevance
917 if (get_cache_mode(cache) >= CM_READ_ONLY) in abort_transaction()957 if (get_cache_mode(cache) >= CM_READ_ONLY) in save_stats()1744 if (get_cache_mode(cache) >= CM_READ_ONLY) in commit()2462 if (get_cache_mode(cache) != CM_WRITE) { in cache_create()2690 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_dirty_bitset()2704 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_discard_bitset()2731 if (get_cache_mode(cache) >= CM_READ_ONLY) in write_hints()2793 if (get_cache_mode(cache) == CM_WRITE) in cache_postsuspend()3069 if (get_cache_mode(cache) == CM_FAIL) { in cache_status()3121 if (get_cache_mode(cache) == CM_READ_ONLY) in cache_status()[all …]
70 static int get_cache_mode(char *s) in get_cache_mode() function299 r = get_cache_mode(s); in v9fs_parse_options()
Completed in 12 milliseconds