Home
last modified time | relevance | path

Searched refs:fscache_operation (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dfscache-cache.h26 struct fscache_operation;
83 typedef void (*fscache_operation_release_t)(struct fscache_operation *op);
84 typedef void (*fscache_operation_processor_t)(struct fscache_operation *op);
85 typedef void (*fscache_operation_cancel_t)(struct fscache_operation *op);
97 struct fscache_operation { struct
131 extern void fscache_enqueue_operation(struct fscache_operation *); argument
132 extern void fscache_op_complete(struct fscache_operation *, bool);
133 extern void fscache_put_operation(struct fscache_operation *);
135 struct fscache_operation *,
144 struct fscache_operation op;
[all …]
/kernel/linux/linux-5.10/fs/fscache/
Doperation.c19 static void fscache_operation_dummy_cancel(struct fscache_operation *op) in fscache_operation_dummy_cancel()
32 struct fscache_operation *op, in fscache_operation_init()
58 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation()
97 struct fscache_operation *op) in fscache_run_op()
116 struct fscache_operation *op, in fscache_report_unexpected_submission()
120 struct fscache_operation *p; in fscache_report_unexpected_submission()
155 struct fscache_operation *op) in fscache_submit_exclusive_op()
241 struct fscache_operation *op) in fscache_submit_op()
332 struct fscache_operation *op; in fscache_start_operations()
337 struct fscache_operation, pend_link); in fscache_start_operations()
[all …]
Dinternal.h129 struct fscache_operation *);
131 struct fscache_operation *);
132 extern int fscache_cancel_op(struct fscache_operation *, bool);
143 struct fscache_operation *,
Dpage.c187 static void fscache_attr_changed_op(struct fscache_operation *op) in fscache_attr_changed_op()
215 struct fscache_operation *op; in __fscache_attr_changed()
271 static void fscache_do_cancel_retrieval(struct fscache_operation *_op) in fscache_do_cancel_retrieval()
282 static void fscache_release_retrieval_op(struct fscache_operation *_op) in fscache_release_retrieval_op()
374 struct fscache_operation *op, in fscache_wait_for_operation_activation()
780 static void fscache_release_write_op(struct fscache_operation *_op) in fscache_release_write_op()
788 static void fscache_write_op(struct fscache_operation *_op) in fscache_write_op()
Dcookie.c879 struct fscache_operation *op; in __fscache_check_consistency()
Dobject.c967 struct fscache_operation *op; in _fscache_invalidate_object()
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Doperations.rst27 fscache_operation structs, though these are usually embedded into some other
40 An operation is recorded in an fscache_operation struct::
42 struct fscache_operation {
55 void fscache_operation_init(struct fscache_operation *op,
147 struct fscache_operation *op);
150 struct fscache_operation *op);
167 void fscache_put_operation(struct fscache_operation *op);
187 void fscache_enqueue_operation(struct fscache_operation *op)
200 static void fscache_write_op(struct fscache_operation *_op)
Dbackend-api.rst152 struct fscache_operation {
157 void (*processor)(struct fscache_operation *op);
158 void (*release)(struct fscache_operation *op);
176 struct fscache_operation op;
201 struct fscache_operation op;
320 int (*invalidate_object)(struct fscache_operation *op)
564 void fscache_op_complete(struct fscache_operation *op);
/kernel/linux/linux-5.10/include/trace/events/
Dfscache.h431 TP_PROTO(struct fscache_cookie *cookie, struct fscache_operation *op,
438 __field(struct fscache_operation *, op )
455 struct fscache_operation *op, enum fscache_page_op_trace what),
462 __field(struct fscache_operation *, op )
481 struct fscache_operation *op, int ret),
488 __field(struct fscache_operation *, op )
504 TP_PROTO(struct fscache_cookie *cookie, struct fscache_operation *op,
511 __field(struct fscache_operation *, op )
/kernel/linux/linux-5.10/fs/cachefiles/
Dinterface.c405 static int cachefiles_check_consistency(struct fscache_operation *op) in cachefiles_check_consistency()
499 static void cachefiles_invalidate_object(struct fscache_operation *op) in cachefiles_invalidate_object()
Drdwr.c152 static void cachefiles_read_copier(struct fscache_operation *_op) in cachefiles_read_copier()