Home
last modified time | relevance | path

Searched refs:fscache_cookie_state (Results 1 – 3 of 3) sorted by relevance

/linux/fs/netfs/
H A Dfscache_io.c26 enum fscache_cookie_state state; in fscache_wait_for_operation()
34 state = fscache_cookie_state(cookie); in fscache_wait_for_operation()
46 fscache_cookie_state(cookie) != state); in fscache_wait_for_operation()
75 enum fscache_cookie_state state; in fscache_begin_operation()
93 state = fscache_cookie_state(cookie); in fscache_begin_operation()
127 fscache_cookie_state(cookie) != state, 20 * HZ); in fscache_begin_operation()
130 __func__, fscache_cookie_state(cookie), state); in fscache_begin_operation()
H A Dfscache_cookie.c209 enum fscache_cookie_state state) in __fscache_set_cookie_state()
215 enum fscache_cookie_state state) in fscache_set_cookie_state()
385 enum fscache_cookie_state *statep = &wait_for->state; in fscache_wait_on_collision()
571 enum fscache_cookie_state state; in __fscache_use_cookie()
590 state = fscache_cookie_state(cookie); in __fscache_use_cookie()
625 fscache_cookie_state(cookie) != in __fscache_use_cookie()
702 enum fscache_cookie_state state; in fscache_cookie_state_machine()
/linux/include/linux/
H A Dfscache-cache.h130 enum fscache_cookie_state fscache_cookie_state(struct fscache_cookie *cookie) in fscache_cookie_state() function