Home
last modified time | relevance | path

Searched refs:FSCACHE_COOKIE_STATE_INVALIDATING (Results 1 – 2 of 2) sorted by relevance

/linux/fs/netfs/
H A Dfscache_cookie.c530 FSCACHE_COOKIE_STATE_INVALIDATING); in fscache_perform_lookup()
602 case FSCACHE_COOKIE_STATE_INVALIDATING: in __fscache_use_cookie()
732 case FSCACHE_COOKIE_STATE_INVALIDATING: in fscache_cookie_state_machine()
1076 case FSCACHE_COOKIE_STATE_INVALIDATING: /* is_still_valid will catch it */ in __fscache_invalidate()
1095 __fscache_set_cookie_state(cookie, FSCACHE_COOKIE_STATE_INVALIDATING); in __fscache_invalidate()
/linux/include/linux/
H A Dfscache.h60 FSCACHE_COOKIE_STATE_INVALIDATING, /* The cache is being invalidated */ enumerator