Home
last modified time | relevance | path

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

/openbmc/linux/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