Searched refs:fscache_state (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/fscache/ |
D | object.c | 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); [all …]
|
D | operation.c | 121 const struct fscache_state *ostate) in fscache_report_unexpected_submission() 161 const struct fscache_state *ostate; in fscache_submit_exclusive_op() 247 const struct fscache_state *ostate; in fscache_submit_op()
|
/Linux-v4.19/include/linux/ |
D | fscache-cache.h | 337 const struct fscache_state *transit_to; 340 struct fscache_state { struct 343 const struct fscache_state *(*work)(struct fscache_object *object, argument 352 const struct fscache_state *state; /* Object state machine state */ argument
|
/Linux-v4.19/include/trace/events/ |
D | fscache.h | 334 const struct fscache_state *state,
|