Home
last modified time | relevance | path

Searched refs:fscache_state (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/fscache/
Dobject.c21 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);
[all …]
Doperation.c112 const struct fscache_state *ostate) in fscache_report_unexpected_submission()
152 const struct fscache_state *ostate; in fscache_submit_exclusive_op()
236 const struct fscache_state *ostate; in fscache_submit_op()
/linux-4.4.14/include/linux/
Dfscache-cache.h322 const struct fscache_state *transit_to;
325 struct fscache_state { struct
328 const struct fscache_state *(*work)(struct fscache_object *object, argument
337 const struct fscache_state *state; /* Object state machine state */ argument