Searched refs:fscache_cancel_op (Results 1 – 3 of 3) sorted by relevance
136 extern int fscache_cancel_op(struct fscache_operation *, bool);
393 ret = fscache_cancel_op(op, false); in fscache_wait_for_operation_activation()415 fscache_cancel_op(op, true); in fscache_wait_for_operation_activation()
364 int fscache_cancel_op(struct fscache_operation *op, in fscache_cancel_op() function