Lines Matching refs:fscache_cookie
62 bool (*lookup_cookie)(struct fscache_cookie *cookie);
65 void (*withdraw_cookie)(struct fscache_cookie *cookie);
72 bool (*invalidate_cookie)(struct fscache_cookie *cookie);
79 void (*prepare_to_write)(struct fscache_cookie *cookie);
96 extern void fscache_withdraw_cookie(struct fscache_cookie *cookie);
101 struct fscache_cookie *cookie,
104 extern struct fscache_cookie *fscache_get_cookie(struct fscache_cookie *cookie,
106 extern void fscache_put_cookie(struct fscache_cookie *cookie,
108 extern void fscache_end_cookie_access(struct fscache_cookie *cookie,
110 extern void fscache_cookie_lookup_negative(struct fscache_cookie *cookie);
111 extern void fscache_resume_after_invalidation(struct fscache_cookie *cookie);
112 extern void fscache_caching_failed(struct fscache_cookie *cookie);
124 enum fscache_cookie_state fscache_cookie_state(struct fscache_cookie *cookie) in fscache_cookie_state()
135 static inline void *fscache_get_key(struct fscache_cookie *cookie) in fscache_get_key()
143 static inline struct fscache_cookie *fscache_cres_cookie(struct netfs_cache_resources *cres) in fscache_cres_cookie()