Lines Matching refs:fscache_object
17 static const struct fscache_state *fscache_abort_initialisation(struct fscache_object *, int);
18 static const struct fscache_state *fscache_kill_dependents(struct fscache_object *, int);
19 static const struct fscache_state *fscache_drop_object(struct fscache_object *, int);
20 static const struct fscache_state *fscache_initialise_object(struct fscache_object *, int);
21 static const struct fscache_state *fscache_invalidate_object(struct fscache_object *, int);
22 static const struct fscache_state *fscache_jumpstart_dependents(struct fscache_object *, int);
23 static const struct fscache_state *fscache_kill_object(struct fscache_object *, int);
24 static const struct fscache_state *fscache_lookup_failure(struct fscache_object *, int);
25 static const struct fscache_state *fscache_look_up_object(struct fscache_object *, int);
26 static const struct fscache_state *fscache_object_available(struct fscache_object *, int);
27 static const struct fscache_state *fscache_parent_ready(struct fscache_object *, int);
28 static const struct fscache_state *fscache_update_object(struct fscache_object *, int);
29 static const struct fscache_state *fscache_object_dead(struct fscache_object *, int);
136 static int fscache_get_object(struct fscache_object *,
138 static void fscache_put_object(struct fscache_object *,
140 static bool fscache_enqueue_dependents(struct fscache_object *, int);
141 static void fscache_dequeue_object(struct fscache_object *);
142 static void fscache_update_aux_data(struct fscache_object *);
148 static inline void fscache_done_parent_op(struct fscache_object *object) in fscache_done_parent_op()
150 struct fscache_object *parent = object->parent; in fscache_done_parent_op()
166 static void fscache_object_sm_dispatcher(struct fscache_object *object) in fscache_object_sm_dispatcher()
277 struct fscache_object *object = in fscache_object_work_func()
278 container_of(work, struct fscache_object, work); in fscache_object_work_func()
297 void fscache_object_init(struct fscache_object *object, in fscache_object_init()
341 static inline void fscache_mark_object_dead(struct fscache_object *object) in fscache_mark_object_dead()
351 static const struct fscache_state *fscache_abort_initialisation(struct fscache_object *object, in fscache_abort_initialisation()
368 static const struct fscache_state *fscache_initialise_object(struct fscache_object *object, in fscache_initialise_object()
371 struct fscache_object *parent; in fscache_initialise_object()
423 static const struct fscache_state *fscache_parent_ready(struct fscache_object *object, in fscache_parent_ready()
426 struct fscache_object *parent = object->parent; in fscache_parent_ready()
446 static const struct fscache_state *fscache_look_up_object(struct fscache_object *object, in fscache_look_up_object()
450 struct fscache_object *parent = object->parent; in fscache_look_up_object()
505 void fscache_object_lookup_negative(struct fscache_object *object) in fscache_object_lookup_negative()
537 void fscache_obtained_object(struct fscache_object *object) in fscache_obtained_object()
569 static const struct fscache_state *fscache_object_available(struct fscache_object *object, in fscache_object_available()
602 static const struct fscache_state *fscache_jumpstart_dependents(struct fscache_object *object, in fscache_jumpstart_dependents()
615 static const struct fscache_state *fscache_lookup_failure(struct fscache_object *object, in fscache_lookup_failure()
643 static const struct fscache_state *fscache_kill_object(struct fscache_object *object, in fscache_kill_object()
679 static const struct fscache_state *fscache_kill_dependents(struct fscache_object *object, in fscache_kill_dependents()
692 static const struct fscache_state *fscache_drop_object(struct fscache_object *object, in fscache_drop_object()
695 struct fscache_object *parent = object->parent; in fscache_drop_object()
765 static int fscache_get_object(struct fscache_object *object, in fscache_get_object()
779 static void fscache_put_object(struct fscache_object *object, in fscache_put_object()
793 void fscache_object_destroy(struct fscache_object *object) in fscache_object_destroy()
804 void fscache_enqueue_object(struct fscache_object *object) in fscache_enqueue_object()
858 static bool fscache_enqueue_dependents(struct fscache_object *object, int event) in fscache_enqueue_dependents()
860 struct fscache_object *dep; in fscache_enqueue_dependents()
872 struct fscache_object, dep_link); in fscache_enqueue_dependents()
891 static void fscache_dequeue_object(struct fscache_object *object) in fscache_dequeue_object()
916 enum fscache_checkaux fscache_check_aux(struct fscache_object *object, in fscache_check_aux()
956 static const struct fscache_state *_fscache_invalidate_object(struct fscache_object *object, in _fscache_invalidate_object()
1026 static const struct fscache_state *fscache_invalidate_object(struct fscache_object *object, in fscache_invalidate_object()
1041 static void fscache_update_aux_data(struct fscache_object *object) in fscache_update_aux_data()
1052 static const struct fscache_state *fscache_update_object(struct fscache_object *object, in fscache_update_object()
1070 void fscache_object_retrying_stale(struct fscache_object *object) in fscache_object_retrying_stale()
1084 void fscache_object_mark_killed(struct fscache_object *object, in fscache_object_mark_killed()
1116 static const struct fscache_state *fscache_object_dead(struct fscache_object *object, in fscache_object_dead()