Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fscache/
H A Dobject.c17 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);
[all …]
H A Doperation.c117 const struct fscache_state *ostate) in fscache_report_unexpected_submission()
157 const struct fscache_state *ostate; in fscache_submit_exclusive_op()
243 const struct fscache_state *ostate; in fscache_submit_op()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h332 const struct fscache_state *transit_to;
335 struct fscache_state { struct
338 const struct fscache_state *(*work)(struct fscache_object *object, argument
347 const struct fscache_state *state; /* Object state machine state */ argument
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dfscache.h330 const struct fscache_state *state,