Lines Matching defs:cookie

25 #define fscache_cookie_valid(cookie) (cookie)  argument
27 #define fscache_cookie_enabled(cookie) (cookie && !test_bit(FSCACHE_COOKIE_DISABLED, &cookie->flags… argument
32 #define fscache_cookie_valid(cookie) (0) argument
34 #define fscache_cookie_enabled(cookie) (0) argument
271 static inline void fscache_use_cookie(struct fscache_cookie *cookie, in fscache_use_cookie()
287 static inline void fscache_unuse_cookie(struct fscache_cookie *cookie, in fscache_unuse_cookie()
308 void fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in fscache_relinquish_cookie()
317 static inline void *fscache_get_aux(struct fscache_cookie *cookie) in fscache_get_aux()
329 void fscache_update_aux(struct fscache_cookie *cookie, in fscache_update_aux()
345 void __fscache_update_cookie(struct fscache_cookie *cookie, const void *aux_data, in __fscache_update_cookie()
371 void fscache_update_cookie(struct fscache_cookie *cookie, const void *aux_data, in fscache_update_cookie()
389 void fscache_resize_cookie(struct fscache_cookie *cookie, loff_t new_size) in fscache_resize_cookie()
415 void fscache_invalidate(struct fscache_cookie *cookie, in fscache_invalidate()
454 struct fscache_cookie *cookie) in fscache_begin_read_operation()
539 struct fscache_cookie *cookie) in fscache_begin_write_operation()
619 static inline void fscache_write_to_cache(struct fscache_cookie *cookie, in fscache_write_to_cache()
643 void fscache_note_page_release(struct fscache_cookie *cookie) in fscache_note_page_release()