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)
56 static void fscache_free_cookie(struct fscache_cookie *cookie)
82 static void __fscache_queue_cookie(struct fscache_cookie *cookie)
88 static void fscache_queue_cookie(struct fscache_cookie *cookie,
101 static void fscache_init_access_gate(struct fscache_cookie *cookie)
121 void fscache_end_cookie_access(struct fscache_cookie *cookie,
139 static void __fscache_begin_cookie_access(struct fscache_cookie *cookie,
178 bool fscache_begin_cookie_access(struct fscache_cookie *cookie,
192 static inline void wake_up_cookie_state(struct fscache_cookie *cookie)
208 static void __fscache_set_cookie_state(struct fscache_cookie *cookie,
214 static void fscache_set_cookie_state(struct fscache_cookie *cookie,
233 void fscache_cookie_lookup_negative(struct fscache_cookie *cookie)
247 void fscache_resume_after_invalidation(struct fscache_cookie *cookie)
262 void fscache_caching_failed(struct fscache_cookie *cookie)
277 static int fscache_set_key(struct fscache_cookie *cookie,
300 static bool fscache_cookie_same(const struct fscache_cookie *a,
301 const struct fscache_cookie *b)
325 static struct fscache_cookie *fscache_alloc_cookie(
332 struct fscache_cookie *cookie;
377 static inline bool fscache_cookie_is_dropped(struct fscache_cookie *cookie)
382 static void fscache_wait_on_collision(struct fscache_cookie *candidate,
383 struct fscache_cookie *wait_for)
401 static bool fscache_hash_cookie(struct fscache_cookie *candidate)
403 struct fscache_cookie *cursor, *wait_for = NULL;
450 struct fscache_cookie *__fscache_acquire_cookie(
457 struct fscache_cookie *cookie;
495 static void fscache_prepare_to_write(struct fscache_cookie *cookie)
503 static void fscache_perform_lookup(struct fscache_cookie *cookie)
548 static bool fscache_begin_lookup(struct fscache_cookie *cookie, bool will_modify)
569 void __fscache_use_cookie(struct fscache_cookie *cookie, bool will_modify)
643 static void fscache_unuse_cookie_locked(struct fscache_cookie *cookie)
665 void __fscache_unuse_cookie(struct fscache_cookie *cookie,
700 static void fscache_cookie_state_machine(struct fscache_cookie *cookie)
828 struct fscache_cookie *cookie = container_of(work, struct fscache_cookie, work);
840 static void __fscache_withdraw_cookie(struct fscache_cookie *cookie)
856 static void fscache_cookie_lru_do_one(struct fscache_cookie *cookie)
879 struct fscache_cookie *cookie;
886 struct fscache_cookie, commit_link);
908 static void fscache_cookie_drop_from_lru(struct fscache_cookie *cookie)
929 static void fscache_unhash_cookie(struct fscache_cookie *cookie)
944 static void fscache_drop_withdraw_cookie(struct fscache_cookie *cookie)
957 void fscache_withdraw_cookie(struct fscache_cookie *cookie)
968 void __fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire)
1003 void fscache_put_cookie(struct fscache_cookie *cookie,
1023 struct fscache_cookie *fscache_get_cookie(struct fscache_cookie *cookie,
1037 static void fscache_perform_invalidation(struct fscache_cookie *cookie)
1047 void __fscache_invalidate(struct fscache_cookie *cookie,
1109 struct fscache_cookie *cookie;
1121 cookie = list_entry(v, struct fscache_cookie, proc_link);