Lines Matching refs:fscache_operation
31 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation()
65 struct fscache_operation *op) in fscache_run_op()
84 struct fscache_operation *op) in fscache_submit_exclusive_op()
145 struct fscache_operation *op, in fscache_report_unexpected_submission()
149 struct fscache_operation *p; in fscache_report_unexpected_submission()
187 struct fscache_operation *op) in fscache_submit_op()
267 struct fscache_operation *op; in fscache_start_operations()
272 struct fscache_operation, pend_link); in fscache_start_operations()
295 int fscache_cancel_op(struct fscache_operation *op, in fscache_cancel_op()
296 void (*do_cancel)(struct fscache_operation *)) in fscache_cancel_op() argument
335 struct fscache_operation *op; in fscache_cancel_all_ops()
343 struct fscache_operation, pend_link); in fscache_cancel_all_ops()
365 void fscache_op_complete(struct fscache_operation *op, bool cancelled) in fscache_op_complete()
398 void fscache_put_operation(struct fscache_operation *op) in fscache_put_operation()
463 struct fscache_operation *op; in fscache_operation_gc()
479 struct fscache_operation, pend_link); in fscache_operation_gc()
515 struct fscache_operation *op = in fscache_op_work_func()
516 container_of(work, struct fscache_operation, work); in fscache_op_work_func()