Lines Matching refs:fscache_object

42 			      struct fscache_object *fsdef,
126 struct fscache_object {
149 in state FSCACHE_OBJECT_RECYCLING. The fscache_object struct should be
157 struct fscache_object *object;
234 struct fscache_object *(*alloc_object)(struct fscache_cache *cache,
249 void (*lookup_object)(struct fscache_object *object)
268 void (*lookup_complete)(struct fscache_object *object)
276 struct fscache_object *(*grab_object)(struct fscache_object *object)
285 void (*lock_object)(struct fscache_object *object)
286 void (*unlock_object)(struct fscache_object *object)
294 int (*pin_object)(struct fscache_object *object)
295 void (*unpin_object)(struct fscache_object *object)
304 int (*check_consistency)(struct fscache_object *object)
313 int (*update_object)(struct fscache_object *object)
334 void (*drop_object)(struct fscache_object *object)
346 void (*put_object)(struct fscache_object *object)
370 int (*attr_changed)(struct fscache_object *object);
391 int (*reserve_space)(struct fscache_object *object, loff_t size);
519 void (*uncache_page)(struct fscache_object *object, struct page *page)
576 void fscache_set_store_limit(struct fscache_object *object,
595 enum fscache_checkaux fscache_check_aux(struct fscache_object *object,
623 void fscache_object_init(struct fscache_object *object);
640 void fscache_object_lookup_negative(struct fscache_object *object);
655 void fscache_obtained_object(struct fscache_object *object);
672 void fscache_object_lookup_error(struct fscache_object *object);
681 void fscache_object_retrying_stale(struct fscache_object *object);
690 void fscache_object_mark_killed(struct fscache_object *object,