Lines Matching refs:fscache_object
21 static const struct fscache_state *fscache_abort_initialisation(struct fscache_object *, int);
22 static const struct fscache_state *fscache_kill_dependents(struct fscache_object *, int);
23 static const struct fscache_state *fscache_drop_object(struct fscache_object *, int);
24 static const struct fscache_state *fscache_initialise_object(struct fscache_object *, int);
25 static const struct fscache_state *fscache_invalidate_object(struct fscache_object *, int);
26 static const struct fscache_state *fscache_jumpstart_dependents(struct fscache_object *, int);
27 static const struct fscache_state *fscache_kill_object(struct fscache_object *, int);
28 static const struct fscache_state *fscache_lookup_failure(struct fscache_object *, int);
29 static const struct fscache_state *fscache_look_up_object(struct fscache_object *, int);
30 static const struct fscache_state *fscache_object_available(struct fscache_object *, int);
31 static const struct fscache_state *fscache_parent_ready(struct fscache_object *, int);
32 static const struct fscache_state *fscache_update_object(struct fscache_object *, int);
33 static const struct fscache_state *fscache_object_dead(struct fscache_object *, int);
141 static int fscache_get_object(struct fscache_object *,
143 static void fscache_put_object(struct fscache_object *,
145 static bool fscache_enqueue_dependents(struct fscache_object *, int);
146 static void fscache_dequeue_object(struct fscache_object *);
147 static void fscache_update_aux_data(struct fscache_object *);
153 static inline void fscache_done_parent_op(struct fscache_object *object) in fscache_done_parent_op()
155 struct fscache_object *parent = object->parent; in fscache_done_parent_op()
171 static void fscache_object_sm_dispatcher(struct fscache_object *object) in fscache_object_sm_dispatcher()
282 struct fscache_object *object = in fscache_object_work_func()
283 container_of(work, struct fscache_object, work); in fscache_object_work_func()
305 void fscache_object_init(struct fscache_object *object, in fscache_object_init()
349 static inline void fscache_mark_object_dead(struct fscache_object *object) in fscache_mark_object_dead()
359 static const struct fscache_state *fscache_abort_initialisation(struct fscache_object *object, in fscache_abort_initialisation()
376 static const struct fscache_state *fscache_initialise_object(struct fscache_object *object, in fscache_initialise_object()
379 struct fscache_object *parent; in fscache_initialise_object()
431 static const struct fscache_state *fscache_parent_ready(struct fscache_object *object, in fscache_parent_ready()
434 struct fscache_object *parent = object->parent; in fscache_parent_ready()
455 static const struct fscache_state *fscache_look_up_object(struct fscache_object *object, in fscache_look_up_object()
459 struct fscache_object *parent = object->parent; in fscache_look_up_object()
514 void fscache_object_lookup_negative(struct fscache_object *object) in fscache_object_lookup_negative()
547 void fscache_obtained_object(struct fscache_object *object) in fscache_obtained_object()
579 static const struct fscache_state *fscache_object_available(struct fscache_object *object, in fscache_object_available()
613 static const struct fscache_state *fscache_jumpstart_dependents(struct fscache_object *object, in fscache_jumpstart_dependents()
626 static const struct fscache_state *fscache_lookup_failure(struct fscache_object *object, in fscache_lookup_failure()
654 static const struct fscache_state *fscache_kill_object(struct fscache_object *object, in fscache_kill_object()
690 static const struct fscache_state *fscache_kill_dependents(struct fscache_object *object, in fscache_kill_dependents()
703 static const struct fscache_state *fscache_drop_object(struct fscache_object *object, in fscache_drop_object()
706 struct fscache_object *parent = object->parent; in fscache_drop_object()
773 static int fscache_get_object(struct fscache_object *object, in fscache_get_object()
787 static void fscache_put_object(struct fscache_object *object, in fscache_put_object()
801 void fscache_object_destroy(struct fscache_object *object) in fscache_object_destroy()
814 void fscache_enqueue_object(struct fscache_object *object) in fscache_enqueue_object()
868 static bool fscache_enqueue_dependents(struct fscache_object *object, int event) in fscache_enqueue_dependents()
870 struct fscache_object *dep; in fscache_enqueue_dependents()
882 struct fscache_object, dep_link); in fscache_enqueue_dependents()
901 static void fscache_dequeue_object(struct fscache_object *object) in fscache_dequeue_object()
925 enum fscache_checkaux fscache_check_aux(struct fscache_object *object, in fscache_check_aux()
965 static const struct fscache_state *_fscache_invalidate_object(struct fscache_object *object, in _fscache_invalidate_object()
1035 static const struct fscache_state *fscache_invalidate_object(struct fscache_object *object, in fscache_invalidate_object()
1050 static void fscache_update_aux_data(struct fscache_object *object) in fscache_update_aux_data()
1061 static const struct fscache_state *fscache_update_object(struct fscache_object *object, in fscache_update_object()
1079 void fscache_object_retrying_stale(struct fscache_object *object) in fscache_object_retrying_stale()
1093 void fscache_object_mark_killed(struct fscache_object *object, in fscache_object_mark_killed()
1125 static const struct fscache_state *fscache_object_dead(struct fscache_object *object, in fscache_object_dead()