Searched refs:FSCACHE_COOKIE_DO_RELINQUISH (Results 1 – 2 of 2) sorted by relevance
708 test_bit(FSCACHE_COOKIE_DO_RELINQUISH, &cookie->flags)) { in fscache_cookie_state_machine()747 if (test_bit(FSCACHE_COOKIE_DO_RELINQUISH, &cookie->flags)) { in fscache_cookie_state_machine()980 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