Searched defs:fscache_cookie_enabled (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dfscache.h27 #define fscache_cookie_enabled(cookie) (cookie && !test_bit(FSCACHE_COOKIE_DISABLED, &cookie->flags)) macro
34 #define fscache_cookie_enabled(cookie) (0) macro

Completed in 402 milliseconds