Lines Matching refs:fscache_object

52 static int  fscache_get_object(struct fscache_object *);
53 static void fscache_put_object(struct fscache_object *);
54 static void fscache_initialise_object(struct fscache_object *);
55 static void fscache_lookup_object(struct fscache_object *);
56 static void fscache_object_available(struct fscache_object *);
57 static void fscache_release_object(struct fscache_object *);
58 static void fscache_withdraw_object(struct fscache_object *);
59 static void fscache_enqueue_dependents(struct fscache_object *);
60 static void fscache_dequeue_object(struct fscache_object *);
66 static inline void fscache_done_parent_op(struct fscache_object *object) in fscache_done_parent_op()
68 struct fscache_object *parent = object->parent; in fscache_done_parent_op()
89 static void fscache_object_state_machine(struct fscache_object *object) in fscache_object_state_machine()
334 struct fscache_object *object = in fscache_object_work_func()
335 container_of(work, struct fscache_object, work); in fscache_object_work_func()
359 static void fscache_initialise_object(struct fscache_object *object) in fscache_initialise_object()
361 struct fscache_object *parent; in fscache_initialise_object()
436 static void fscache_lookup_object(struct fscache_object *object) in fscache_lookup_object()
439 struct fscache_object *parent; in fscache_lookup_object()
489 void fscache_object_lookup_negative(struct fscache_object *object) in fscache_object_lookup_negative()
533 void fscache_obtained_object(struct fscache_object *object) in fscache_obtained_object()
576 static void fscache_object_available(struct fscache_object *object) in fscache_object_available()
613 static void fscache_drop_object(struct fscache_object *object) in fscache_drop_object()
615 struct fscache_object *parent = object->parent; in fscache_drop_object()
652 static void fscache_release_object(struct fscache_object *object) in fscache_release_object()
662 static void fscache_withdraw_object(struct fscache_object *object) in fscache_withdraw_object()
708 struct fscache_object *object) in fscache_withdrawing_object()
730 static int fscache_get_object(struct fscache_object *object) in fscache_get_object()
743 static void fscache_put_object(struct fscache_object *object) in fscache_put_object()
753 void fscache_enqueue_object(struct fscache_object *object) in fscache_enqueue_object()
805 static void fscache_enqueue_dependents(struct fscache_object *object) in fscache_enqueue_dependents()
807 struct fscache_object *dep; in fscache_enqueue_dependents()
818 struct fscache_object, dep_link); in fscache_enqueue_dependents()
837 void fscache_dequeue_object(struct fscache_object *object) in fscache_dequeue_object()
858 enum fscache_checkaux fscache_check_aux(struct fscache_object *object, in fscache_check_aux()