Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fscache/
Dcache.c375 if (test_and_set_bit(FSCACHE_CACHE_WITHDRAWN, &cache->flags)) in fscache_withdraw_cache()
/linux-4.19.296/include/linux/
Dfscache-cache.h77 #define FSCACHE_CACHE_WITHDRAWN 1 /* cache has been withdrawn */ macro