Lines Matching refs:fscache_cookie
42 struct fscache_cookie *);
49 extern void fscache_free_cookie(struct fscache_cookie *);
50 extern struct fscache_cookie *fscache_alloc_cookie(struct fscache_cookie *,
55 extern struct fscache_cookie *fscache_hash_cookie(struct fscache_cookie *);
56 extern void fscache_cookie_put(struct fscache_cookie *,
62 extern struct fscache_cookie fscache_fsdef_index;
141 extern int fscache_wait_for_deferred_lookup(struct fscache_cookie *);
146 extern void fscache_invalidate_writes(struct fscache_cookie *);
321 static inline void fscache_cookie_get(struct fscache_cookie *cookie, in fscache_cookie_get()
333 void *fscache_get_context(struct fscache_cookie *cookie, void *context) in fscache_get_context()
344 void fscache_put_context(struct fscache_cookie *cookie, void *context) in fscache_put_context()
354 void fscache_update_aux(struct fscache_cookie *cookie, const void *aux_data) in fscache_update_aux()