Home
last modified time | relevance | path

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

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