Searched refs:fscache_operation (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/include/linux/ |
D | fscache-cache.h | 30 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-4.19.296/fs/fscache/ |
D | operation.c | 23 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 …]
|
D | internal.h | 133 struct fscache_operation *); 135 struct fscache_operation *); 136 extern int fscache_cancel_op(struct fscache_operation *, bool); 147 struct fscache_operation *,
|
D | page.c | 191 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()
|
D | cookie.c | 883 struct fscache_operation *op; in __fscache_check_consistency()
|
D | object.c | 971 struct fscache_operation *op; in _fscache_invalidate_object()
|
/linux-4.19.296/include/trace/events/ |
D | fscache.h | 435 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-4.19.296/fs/cachefiles/ |
D | interface.c | 409 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()
|
D | rdwr.c | 157 static void cachefiles_read_copier(struct fscache_operation *_op) in cachefiles_read_copier()
|