Lines Matching refs:fscache_operation
23 static void fscache_operation_dummy_cancel(struct fscache_operation *op) in fscache_operation_dummy_cancel()
35 void fscache_operation_init(struct fscache_operation *op, in fscache_operation_init()
60 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation()
94 struct fscache_operation *op) in fscache_run_op()
111 struct fscache_operation *op, in fscache_report_unexpected_submission()
115 struct fscache_operation *p; in fscache_report_unexpected_submission()
150 struct fscache_operation *op) in fscache_submit_exclusive_op()
234 struct fscache_operation *op) in fscache_submit_op()
323 struct fscache_operation *op; in fscache_start_operations()
328 struct fscache_operation, pend_link); in fscache_start_operations()
351 int fscache_cancel_op(struct fscache_operation *op, in fscache_cancel_op()
410 struct fscache_operation *op; in fscache_cancel_all_ops()
418 struct fscache_operation, pend_link); in fscache_cancel_all_ops()
441 void fscache_op_complete(struct fscache_operation *op, bool cancelled) in fscache_op_complete()
478 void fscache_put_operation(struct fscache_operation *op) in fscache_put_operation()
545 struct fscache_operation *op; in fscache_operation_gc()
561 struct fscache_operation, pend_link); in fscache_operation_gc()
597 struct fscache_operation *op = in fscache_op_work_func()
598 container_of(work, struct fscache_operation, work); in fscache_op_work_func()