Lines Matching defs: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()
332 struct fscache_cookie *cookie; in fscache_alloc_cookie() local
377 static inline bool fscache_cookie_is_dropped(struct fscache_cookie *cookie) in fscache_cookie_is_dropped()
457 struct fscache_cookie *cookie; in __fscache_acquire_cookie() local
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()
828 struct fscache_cookie *cookie = container_of(work, struct fscache_cookie, work); in fscache_cookie_worker() local
840 static void __fscache_withdraw_cookie(struct fscache_cookie *cookie) in __fscache_withdraw_cookie()
856 static void fscache_cookie_lru_do_one(struct fscache_cookie *cookie) in fscache_cookie_lru_do_one()
879 struct fscache_cookie *cookie; in fscache_cookie_lru_worker() local
908 static void fscache_cookie_drop_from_lru(struct fscache_cookie *cookie) in fscache_cookie_drop_from_lru()
929 static void fscache_unhash_cookie(struct fscache_cookie *cookie) in fscache_unhash_cookie()
944 static void fscache_drop_withdraw_cookie(struct fscache_cookie *cookie) in fscache_drop_withdraw_cookie()
957 void fscache_withdraw_cookie(struct fscache_cookie *cookie) in fscache_withdraw_cookie()
968 void __fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in __fscache_relinquish_cookie()
1003 void fscache_put_cookie(struct fscache_cookie *cookie, in fscache_put_cookie()
1023 struct fscache_cookie *fscache_get_cookie(struct fscache_cookie *cookie, in fscache_get_cookie()
1037 static void fscache_perform_invalidation(struct fscache_cookie *cookie) in fscache_perform_invalidation()
1047 void __fscache_invalidate(struct fscache_cookie *cookie, in __fscache_invalidate()
1109 struct fscache_cookie *cookie; in fscache_cookies_seq_show() local