Lines Matching refs:fscache_object
43 struct fscache_object *fsdef,
123 struct fscache_object {
146 in state FSCACHE_OBJECT_RECYCLING. The fscache_object struct should be
154 struct fscache_object *object;
232 struct fscache_object *(*alloc_object)(struct fscache_cache *cache,
247 void (*lookup_object)(struct fscache_object *object)
266 void (*lookup_complete)(struct fscache_object *object)
274 struct fscache_object *(*grab_object)(struct fscache_object *object)
283 void (*lock_object)(struct fscache_object *object)
284 void (*unlock_object)(struct fscache_object *object)
292 int (*pin_object)(struct fscache_object *object)
293 void (*unpin_object)(struct fscache_object *object)
302 int (*check_consistency)(struct fscache_object *object)
311 int (*update_object)(struct fscache_object *object)
332 void (*drop_object)(struct fscache_object *object)
344 void (*put_object)(struct fscache_object *object)
368 int (*attr_changed)(struct fscache_object *object);
389 int (*reserve_space)(struct fscache_object *object, loff_t size);
517 void (*uncache_page)(struct fscache_object *object, struct page *page)
573 void fscache_set_store_limit(struct fscache_object *object,
592 enum fscache_checkaux fscache_check_aux(struct fscache_object *object,
617 void fscache_object_init(struct fscache_object *object);
634 void fscache_object_lookup_negative(struct fscache_object *object);
649 void fscache_obtained_object(struct fscache_object *object);
666 void fscache_object_lookup_error(struct fscache_object *object);
675 void fscache_object_retrying_stale(struct fscache_object *object);
684 void fscache_object_mark_killed(struct fscache_object *object,