Searched refs:fscache_operation (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | fscache-cache.h | 26 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 …]
|
| /Linux-v5.15/fs/fscache/ |
| D | operation.c | 19 static void fscache_operation_dummy_cancel(struct fscache_operation *op) in fscache_operation_dummy_cancel() 35 struct fscache_operation *op, in fscache_operation_init() 61 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation() 100 struct fscache_operation *op) in fscache_run_op() 119 struct fscache_operation *op, in fscache_report_unexpected_submission() 123 struct fscache_operation *p; in fscache_report_unexpected_submission() 158 struct fscache_operation *op) in fscache_submit_exclusive_op() 244 struct fscache_operation *op) in fscache_submit_op() 335 struct fscache_operation *op; in fscache_start_operations() 340 struct fscache_operation, pend_link); in fscache_start_operations() [all …]
|
| D | internal.h | 102 struct fscache_operation *); 104 struct fscache_operation *); 105 extern int fscache_cancel_op(struct fscache_operation *, bool); 116 struct fscache_operation *,
|
| D | page.c | 187 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() 368 struct fscache_operation *op, in fscache_wait_for_operation_activation() 774 static void fscache_release_write_op(struct fscache_operation *_op) in fscache_release_write_op() 782 static void fscache_write_op(struct fscache_operation *_op) in fscache_write_op()
|
| D | cookie.c | 908 struct fscache_operation *op; in __fscache_check_consistency()
|
| D | object.c | 959 struct fscache_operation *op; in _fscache_invalidate_object()
|
| /Linux-v5.15/Documentation/filesystems/caching/ |
| D | operations.rst | 27 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)
|
| D | backend-api.rst | 152 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);
|
| /Linux-v5.15/include/trace/events/ |
| D | fscache.h | 421 TP_PROTO(struct fscache_cookie *cookie, struct fscache_operation *op, 445 struct fscache_operation *op, enum fscache_page_op_trace what), 471 struct fscache_operation *op, int ret), 494 TP_PROTO(struct fscache_cookie *cookie, struct fscache_operation *op,
|
| /Linux-v5.15/fs/cachefiles/ |
| D | interface.c | 405 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()
|
| D | rdwr.c | 152 static void cachefiles_read_copier(struct fscache_operation *_op) in cachefiles_read_copier()
|