Searched refs:FSCACHE_COOKIE_DISABLED (Results 1 - 2 of 2) sorted by path

/linux-master/fs/netfs/
H A Dfscache_cookie.c645 clear_bit(FSCACHE_COOKIE_DISABLED, &cookie->flags);
1062 test_and_set_bit(FSCACHE_COOKIE_DISABLED, &cookie->flags))
/linux-master/include/linux/
H A Dfscache.h27 #define fscache_cookie_enabled(cookie) (cookie && !test_bit(FSCACHE_COOKIE_DISABLED, &cookie->flags))
124 #define FSCACHE_COOKIE_DISABLED 6 /* T if cookie has been disabled */ macro

Completed in 344 milliseconds