Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfscache-cache.h30 struct fscache_operation;
87 typedef void (*fscache_operation_release_t)(struct fscache_operation *op);
88 typedef void (*fscache_operation_processor_t)(struct fscache_operation *op);
89 typedef void (*fscache_operation_cancel_t)(struct fscache_operation *op);
101 struct fscache_operation { struct
135 extern void fscache_enqueue_operation(struct fscache_operation *); argument
136 extern void fscache_op_complete(struct fscache_operation *, bool);
137 extern void fscache_put_operation(struct fscache_operation *);
139 struct fscache_operation *,
148 struct fscache_operation op;
[all …]
/Linux-v4.19/fs/fscache/
Doperation.c23 static void fscache_operation_dummy_cancel(struct fscache_operation *op) in fscache_operation_dummy_cancel()
36 struct fscache_operation *op, in fscache_operation_init()
62 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation()
101 struct fscache_operation *op) in fscache_run_op()
120 struct fscache_operation *op, in fscache_report_unexpected_submission()
124 struct fscache_operation *p; in fscache_report_unexpected_submission()
159 struct fscache_operation *op) in fscache_submit_exclusive_op()
245 struct fscache_operation *op) in fscache_submit_op()
336 struct fscache_operation *op; in fscache_start_operations()
341 struct fscache_operation, pend_link); in fscache_start_operations()
[all …]
Dinternal.h131 struct fscache_operation *);
133 struct fscache_operation *);
134 extern int fscache_cancel_op(struct fscache_operation *, bool);
145 struct fscache_operation *,
Dpage.c191 static void fscache_attr_changed_op(struct fscache_operation *op) in fscache_attr_changed_op()
219 struct fscache_operation *op; in __fscache_attr_changed()
275 static void fscache_do_cancel_retrieval(struct fscache_operation *_op) in fscache_do_cancel_retrieval()
286 static void fscache_release_retrieval_op(struct fscache_operation *_op) in fscache_release_retrieval_op()
378 struct fscache_operation *op, in fscache_wait_for_operation_activation()
784 static void fscache_release_write_op(struct fscache_operation *_op) in fscache_release_write_op()
792 static void fscache_write_op(struct fscache_operation *_op) in fscache_write_op()
Dcookie.c895 struct fscache_operation *op; in __fscache_check_consistency()
Dobject.c968 struct fscache_operation *op; in _fscache_invalidate_object()
/Linux-v4.19/Documentation/filesystems/caching/
Doperations.txt26 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,
149 struct fscache_operation *op);
152 struct fscache_operation *op);
169 void fscache_put_operation(struct fscache_operation *op);
189 void fscache_enqueue_operation(struct fscache_operation *op)
203 static void fscache_write_op(struct fscache_operation *_op)
Dbackend-api.txt155 struct fscache_operation {
160 void (*processor)(struct fscache_operation *op);
161 void (*release)(struct fscache_operation *op);
179 struct fscache_operation op;
204 struct fscache_operation op;
322 int (*invalidate_object)(struct fscache_operation *op)
567 void fscache_op_complete(struct fscache_operation *op);
/Linux-v4.19/include/trace/events/
Dfscache.h435 TP_PROTO(struct fscache_cookie *cookie, struct fscache_operation *op,
442 __field(struct fscache_operation *, op )
459 struct fscache_operation *op, enum fscache_page_op_trace what),
466 __field(struct fscache_operation *, op )
485 struct fscache_operation *op, int ret),
492 __field(struct fscache_operation *, op )
508 TP_PROTO(struct fscache_cookie *cookie, struct fscache_operation *op,
515 __field(struct fscache_operation *, op )
/Linux-v4.19/fs/cachefiles/
Dinterface.c409 static int cachefiles_check_consistency(struct fscache_operation *op) in cachefiles_check_consistency()
503 static void cachefiles_invalidate_object(struct fscache_operation *op) in cachefiles_invalidate_object()
Drdwr.c156 static void cachefiles_read_copier(struct fscache_operation *_op) in cachefiles_read_copier()