Lines Matching refs:fscache_state

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);
46 const struct fscache_state __STATE_NAME(n) = { \
57 #define NO_TRANSIT ((struct fscache_state *)NULL)
67 const struct fscache_state __STATE_NAME(n) = { \
174 const struct fscache_state *state, *new_state; in fscache_object_sm_dispatcher()
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()
431 static const struct fscache_state *fscache_parent_ready(struct fscache_object *object, in fscache_parent_ready()
455 static const struct fscache_state *fscache_look_up_object(struct fscache_object *object, in fscache_look_up_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()
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()
1038 const struct fscache_state *s; in fscache_invalidate_object()
1061 static const struct fscache_state *fscache_update_object(struct fscache_object *object, in fscache_update_object()
1125 static const struct fscache_state *fscache_object_dead(struct fscache_object *object, in fscache_object_dead()