Home
last modified time | relevance | path

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

/openbmc/linux/fs/fscache/
H A Dcache.c160 FSCACHE_CACHE_IS_PREPARING)) { in fscache_acquire_cache()
212 (cache->state == FSCACHE_CACHE_IS_PREPARING) ? in fscache_relinquish_cache()
242 BUG_ON(fscache_cache_state(cache) != FSCACHE_CACHE_IS_PREPARING); in fscache_add_cache()
/openbmc/linux/include/linux/
H A Dfscache-cache.h26 FSCACHE_CACHE_IS_PREPARING, /* A cache is preparing to come live */ enumerator