Lines Matching refs:fscache_cookie
27 static int fscache_acquire_non_index_cookie(struct fscache_cookie *cookie,
30 struct fscache_cookie *cookie);
31 static int fscache_attach_object(struct fscache_cookie *cookie,
34 static void fscache_print_cookie(struct fscache_cookie *cookie, char prefix) in fscache_print_cookie()
60 void fscache_free_cookie(struct fscache_cookie *cookie) in fscache_free_cookie()
78 static int fscache_set_key(struct fscache_cookie *cookie, in fscache_set_key()
112 static long fscache_compare_cookie(const struct fscache_cookie *a, in fscache_compare_cookie()
113 const struct fscache_cookie *b) in fscache_compare_cookie()
139 struct fscache_cookie *fscache_alloc_cookie( in fscache_alloc_cookie()
140 struct fscache_cookie *parent, in fscache_alloc_cookie()
147 struct fscache_cookie *cookie; in fscache_alloc_cookie()
199 struct fscache_cookie *fscache_hash_cookie(struct fscache_cookie *candidate) in fscache_hash_cookie()
201 struct fscache_cookie *cursor; in fscache_hash_cookie()
253 struct fscache_cookie *__fscache_acquire_cookie( in __fscache_acquire_cookie()
254 struct fscache_cookie *parent, in __fscache_acquire_cookie()
262 struct fscache_cookie *candidate, *cookie; in __fscache_acquire_cookie()
356 void __fscache_enable_cookie(struct fscache_cookie *cookie, in __fscache_enable_cookie()
397 static int fscache_acquire_non_index_cookie(struct fscache_cookie *cookie, in fscache_acquire_non_index_cookie()
482 struct fscache_cookie *cookie) in fscache_alloc_object()
555 static int fscache_attach_object(struct fscache_cookie *cookie, in fscache_attach_object()
620 void __fscache_invalidate(struct fscache_cookie *cookie) in __fscache_invalidate()
663 void __fscache_wait_on_invalidate(struct fscache_cookie *cookie) in __fscache_wait_on_invalidate()
677 void __fscache_update_cookie(struct fscache_cookie *cookie, const void *aux_data) in __fscache_update_cookie()
713 void __fscache_disable_cookie(struct fscache_cookie *cookie, in __fscache_disable_cookie()
796 void __fscache_relinquish_cookie(struct fscache_cookie *cookie, in __fscache_relinquish_cookie()
844 static void fscache_unhash_cookie(struct fscache_cookie *cookie) in fscache_unhash_cookie()
860 void fscache_cookie_put(struct fscache_cookie *cookie, in fscache_cookie_put()
863 struct fscache_cookie *parent; in fscache_cookie_put()
892 int __fscache_check_consistency(struct fscache_cookie *cookie, in __fscache_check_consistency()