Lines Matching refs:fscache_cookie
46 struct fscache_cookie *);
53 extern void fscache_free_cookie(struct fscache_cookie *);
54 extern struct fscache_cookie *fscache_alloc_cookie(struct fscache_cookie *,
59 extern struct fscache_cookie *fscache_hash_cookie(struct fscache_cookie *);
60 extern void fscache_cookie_put(struct fscache_cookie *,
66 extern struct fscache_cookie fscache_fsdef_index;
143 extern int fscache_wait_for_deferred_lookup(struct fscache_cookie *);
148 extern void fscache_invalidate_writes(struct fscache_cookie *);
323 static inline void fscache_cookie_get(struct fscache_cookie *cookie, in fscache_cookie_get()
335 void *fscache_get_context(struct fscache_cookie *cookie, void *context) in fscache_get_context()
346 void fscache_put_context(struct fscache_cookie *cookie, void *context) in fscache_put_context()
356 void fscache_update_aux(struct fscache_cookie *cookie, const void *aux_data) in fscache_update_aux()