Lines Matching refs:fscache_cookie
138 extern void fscache_operation_init(struct fscache_cookie *,
149 struct fscache_cookie *cookie; /* The netfs cookie */
236 struct fscache_cookie *cookie);
314 extern struct fscache_cookie fscache_fsdef_index;
383 struct fscache_cookie *cookie; /* netfs's file/index object */
396 extern void fscache_object_init(struct fscache_object *, struct fscache_cookie *,
489 static inline void __fscache_use_cookie(struct fscache_cookie *cookie) in __fscache_use_cookie()
503 struct fscache_cookie *cookie = object->cookie; in fscache_use_cookie()
507 static inline bool __fscache_unuse_cookie(struct fscache_cookie *cookie) in __fscache_unuse_cookie()
512 static inline void __fscache_wake_unused_cookie(struct fscache_cookie *cookie) in __fscache_wake_unused_cookie()
526 struct fscache_cookie *cookie = object->cookie; in fscache_unuse_cookie()