Lines Matching refs:fscache_object

29 struct fscache_object;
74 struct fscache_object *fsdef; /* object for the fsdef index */
104 struct fscache_object *object; /* object to be operated upon */
234 struct fscache_object *(*alloc_object)(struct fscache_cache *cache,
240 int (*lookup_object)(struct fscache_object *object);
243 void (*lookup_complete)(struct fscache_object *object);
246 struct fscache_object *(*grab_object)(struct fscache_object *object,
250 int (*pin_object)(struct fscache_object *object);
253 void (*unpin_object)(struct fscache_object *object);
260 void (*update_object)(struct fscache_object *object);
267 void (*drop_object)(struct fscache_object *object);
270 void (*put_object)(struct fscache_object *object,
278 int (*attr_changed)(struct fscache_object *object);
281 int (*reserve_space)(struct fscache_object *object, loff_t i_size);
306 void (*uncache_page)(struct fscache_object *object,
342 const struct fscache_state *(*work)(struct fscache_object *object,
350 struct fscache_object { struct
383 struct fscache_object *parent; /* parent object */ argument
395 extern void fscache_object_init(struct fscache_object *, struct fscache_cookie *, argument
397 extern void fscache_object_destroy(struct fscache_object *);
399 extern void fscache_object_lookup_negative(struct fscache_object *object);
400 extern void fscache_obtained_object(struct fscache_object *object);
402 static inline bool fscache_object_is_live(struct fscache_object *object) in fscache_object_is_live()
407 static inline bool fscache_object_is_dying(struct fscache_object *object) in fscache_object_is_dying()
412 static inline bool fscache_object_is_available(struct fscache_object *object) in fscache_object_is_available()
417 static inline bool fscache_cache_is_broken(struct fscache_object *object) in fscache_cache_is_broken()
422 static inline bool fscache_object_is_active(struct fscache_object *object) in fscache_object_is_active()
448 static inline void fscache_object_lookup_error(struct fscache_object *object) in fscache_object_lookup_error()
465 void fscache_set_store_limit(struct fscache_object *object, loff_t i_size) in fscache_set_store_limit()
500 static inline bool fscache_use_cookie(struct fscache_object *object) in fscache_use_cookie()
523 static inline void fscache_unuse_cookie(struct fscache_object *object) in fscache_unuse_cookie()
539 struct fscache_object *fsdef,
553 extern enum fscache_checkaux fscache_check_aux(struct fscache_object *object,
558 extern void fscache_object_retrying_stale(struct fscache_object *object);
566 extern void fscache_object_mark_killed(struct fscache_object *object,