Searched refs:FSCACHE_COOKIE_DO_RELINQUISH (Results 1 – 2 of 2) sorted by relevance
718 test_bit(FSCACHE_COOKIE_DO_RELINQUISH, &cookie->flags)) { in fscache_cookie_state_machine()757 if (test_bit(FSCACHE_COOKIE_DO_RELINQUISH, &cookie->flags)) { in fscache_cookie_state_machine()990 set_bit(FSCACHE_COOKIE_DO_RELINQUISH, &cookie->flags); in __fscache_relinquish_cookie()
127 #define FSCACHE_COOKIE_DO_RELINQUISH 9 /* T if this cookie needs relinquishment */ macro