Lines Matching refs:fscache_cookie
134 extern void fscache_operation_init(struct fscache_cookie *,
145 struct fscache_cookie *cookie; /* The netfs cookie */
231 struct fscache_cookie *cookie);
309 extern struct fscache_cookie fscache_fsdef_index;
378 struct fscache_cookie *cookie; /* netfs's file/index object */
391 extern void fscache_object_init(struct fscache_object *, struct fscache_cookie *,
484 static inline void __fscache_use_cookie(struct fscache_cookie *cookie) in __fscache_use_cookie()
498 struct fscache_cookie *cookie = object->cookie; in fscache_use_cookie()
502 static inline bool __fscache_unuse_cookie(struct fscache_cookie *cookie) in __fscache_unuse_cookie()
507 static inline void __fscache_wake_unused_cookie(struct fscache_cookie *cookie) in __fscache_wake_unused_cookie()
521 struct fscache_cookie *cookie = object->cookie; in fscache_unuse_cookie()