Searched refs:FSCACHE_TAG_RESERVED (Results 1 – 2 of 2) sorted by relevance
245 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()
51 #define FSCACHE_TAG_RESERVED 0 /* T if tag is reserved for a cache */ macro