Lines Matching refs:fscache_object

29 struct fscache_object;
62 struct fscache_object *fsdef; /* object for the fsdef index */
92 struct fscache_object *object; /* object to be operated upon */
222 struct fscache_object *(*alloc_object)(struct fscache_cache *cache,
228 int (*lookup_object)(struct fscache_object *object);
231 void (*lookup_complete)(struct fscache_object *object);
234 struct fscache_object *(*grab_object)(struct fscache_object *object);
237 int (*pin_object)(struct fscache_object *object);
240 void (*unpin_object)(struct fscache_object *object);
247 void (*update_object)(struct fscache_object *object);
254 void (*drop_object)(struct fscache_object *object);
257 void (*put_object)(struct fscache_object *object);
264 int (*attr_changed)(struct fscache_object *object);
267 int (*reserve_space)(struct fscache_object *object, loff_t i_size);
292 void (*uncache_page)(struct fscache_object *object,
328 const struct fscache_state *(*work)(struct fscache_object *object,
336 struct fscache_object { struct
368 struct fscache_object *parent; /* parent object */ argument
380 extern void fscache_object_init(struct fscache_object *, struct fscache_cookie *, argument
382 extern void fscache_object_destroy(struct fscache_object *);
384 extern void fscache_object_lookup_negative(struct fscache_object *object);
385 extern void fscache_obtained_object(struct fscache_object *object);
387 static inline bool fscache_object_is_live(struct fscache_object *object) in fscache_object_is_live()
392 static inline bool fscache_object_is_dying(struct fscache_object *object) in fscache_object_is_dying()
397 static inline bool fscache_object_is_available(struct fscache_object *object) in fscache_object_is_available()
402 static inline bool fscache_cache_is_broken(struct fscache_object *object) in fscache_cache_is_broken()
407 static inline bool fscache_object_is_active(struct fscache_object *object) in fscache_object_is_active()
433 static inline void fscache_object_lookup_error(struct fscache_object *object) in fscache_object_lookup_error()
450 void fscache_set_store_limit(struct fscache_object *object, loff_t i_size) in fscache_set_store_limit()
485 static inline bool fscache_use_cookie(struct fscache_object *object) in fscache_use_cookie()
508 static inline void fscache_unuse_cookie(struct fscache_object *object) in fscache_unuse_cookie()
524 struct fscache_object *fsdef,
538 extern enum fscache_checkaux fscache_check_aux(struct fscache_object *object,
542 extern void fscache_object_retrying_stale(struct fscache_object *object);
550 extern void fscache_object_mark_killed(struct fscache_object *object,