Home
last modified time | relevance | path

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

/linux-4.1.27/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.c146 const struct fscache_state *ostate) in fscache_report_unexpected_submission()
189 const struct fscache_state *ostate; in fscache_submit_op()
/linux-4.1.27/include/linux/
Dfscache-cache.h334 const struct fscache_state *transit_to;
337 struct fscache_state { struct
340 const struct fscache_state *(*work)(struct fscache_object *object, argument
349 const struct fscache_state *state; /* Object state machine state */ argument