Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dfscache.h174 static inline bool fscache_cookie_enabled(struct fscache_cookie *cookie) in fscache_cookie_enabled() function
[all...]
/kernel/linux/linux-6.6/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 3 milliseconds