Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fscache/
Dcache.c245 if (test_and_set_bit(FSCACHE_TAG_RESERVED, &tag->flags)) in fscache_add_cache()
415 clear_bit(FSCACHE_TAG_RESERVED, &cache->tag->flags); in fscache_withdraw_cache()
/linux-4.19.296/include/linux/
Dfscache-cache.h51 #define FSCACHE_TAG_RESERVED 0 /* T if tag is reserved for a cache */ macro