Lines Matching refs:fscache_cookie
21 static void fscache_unhash_cookie(struct fscache_cookie *cookie);
22 static void fscache_perform_invalidation(struct fscache_cookie *cookie);
35 void fscache_print_cookie(struct fscache_cookie *cookie, char prefix) in fscache_print_cookie()
56 static void fscache_free_cookie(struct fscache_cookie *cookie) in fscache_free_cookie()
82 static void __fscache_queue_cookie(struct fscache_cookie *cookie) in __fscache_queue_cookie()
88 static void fscache_queue_cookie(struct fscache_cookie *cookie, in fscache_queue_cookie()
101 static void fscache_init_access_gate(struct fscache_cookie *cookie) in fscache_init_access_gate()
121 void fscache_end_cookie_access(struct fscache_cookie *cookie, in fscache_end_cookie_access()
139 static void __fscache_begin_cookie_access(struct fscache_cookie *cookie, in __fscache_begin_cookie_access()
178 bool fscache_begin_cookie_access(struct fscache_cookie *cookie, in fscache_begin_cookie_access()
192 static inline void wake_up_cookie_state(struct fscache_cookie *cookie) in wake_up_cookie_state()
208 static void __fscache_set_cookie_state(struct fscache_cookie *cookie, in __fscache_set_cookie_state()
214 static void fscache_set_cookie_state(struct fscache_cookie *cookie, in fscache_set_cookie_state()
233 void fscache_cookie_lookup_negative(struct fscache_cookie *cookie) in fscache_cookie_lookup_negative()
247 void fscache_resume_after_invalidation(struct fscache_cookie *cookie) in fscache_resume_after_invalidation()
262 void fscache_caching_failed(struct fscache_cookie *cookie) in fscache_caching_failed()
277 static int fscache_set_key(struct fscache_cookie *cookie, in fscache_set_key()
300 static bool fscache_cookie_same(const struct fscache_cookie *a, in fscache_cookie_same()
301 const struct fscache_cookie *b) in fscache_cookie_same()
325 static struct fscache_cookie *fscache_alloc_cookie( in fscache_alloc_cookie()
332 struct fscache_cookie *cookie; in fscache_alloc_cookie()
377 static inline bool fscache_cookie_is_dropped(struct fscache_cookie *cookie) in fscache_cookie_is_dropped()
382 static void fscache_wait_on_collision(struct fscache_cookie *candidate, in fscache_wait_on_collision()
383 struct fscache_cookie *wait_for) in fscache_wait_on_collision()
401 static bool fscache_hash_cookie(struct fscache_cookie *candidate) in fscache_hash_cookie()
403 struct fscache_cookie *cursor, *wait_for = NULL; in fscache_hash_cookie()
450 struct fscache_cookie *__fscache_acquire_cookie( in __fscache_acquire_cookie()
457 struct fscache_cookie *cookie; in __fscache_acquire_cookie()
495 static void fscache_prepare_to_write(struct fscache_cookie *cookie) in fscache_prepare_to_write()
503 static void fscache_perform_lookup(struct fscache_cookie *cookie) in fscache_perform_lookup()
548 static bool fscache_begin_lookup(struct fscache_cookie *cookie, bool will_modify) in fscache_begin_lookup()
569 void __fscache_use_cookie(struct fscache_cookie *cookie, bool will_modify) in __fscache_use_cookie()
643 static void fscache_unuse_cookie_locked(struct fscache_cookie *cookie) in fscache_unuse_cookie_locked()
665 void __fscache_unuse_cookie(struct fscache_cookie *cookie, in __fscache_unuse_cookie()
700 static void fscache_cookie_state_machine(struct fscache_cookie *cookie) in fscache_cookie_state_machine()
832 struct fscache_cookie *cookie = container_of(work, struct fscache_cookie, work); in fscache_cookie_worker()
844 static void __fscache_withdraw_cookie(struct fscache_cookie *cookie) in __fscache_withdraw_cookie()
860 static void fscache_cookie_lru_do_one(struct fscache_cookie *cookie) in fscache_cookie_lru_do_one()
883 struct fscache_cookie *cookie; in fscache_cookie_lru_worker()
890 struct fscache_cookie, commit_link); in fscache_cookie_lru_worker()
912 static void fscache_cookie_drop_from_lru(struct fscache_cookie *cookie) in fscache_cookie_drop_from_lru()
933 static void fscache_unhash_cookie(struct fscache_cookie *cookie) in fscache_unhash_cookie()
948 static void fscache_drop_withdraw_cookie(struct fscache_cookie *cookie) in fscache_drop_withdraw_cookie()
961 void fscache_withdraw_cookie(struct fscache_cookie *cookie) in fscache_withdraw_cookie()
972 void __fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in __fscache_relinquish_cookie()
1007 void fscache_put_cookie(struct fscache_cookie *cookie, in fscache_put_cookie()
1027 struct fscache_cookie *fscache_get_cookie(struct fscache_cookie *cookie, in fscache_get_cookie()
1041 static void fscache_perform_invalidation(struct fscache_cookie *cookie) in fscache_perform_invalidation()
1051 void __fscache_invalidate(struct fscache_cookie *cookie, in __fscache_invalidate()
1113 struct fscache_cookie *cookie; in fscache_cookies_seq_show()
1125 cookie = list_entry(v, struct fscache_cookie, proc_link); in fscache_cookies_seq_show()