Searched refs:FSCACHE_OP_ST_CANCELLED (Results 1 – 3 of 3) sorted by relevance
234 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()239 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()242 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()304 ASSERTCMP(op->state, !=, FSCACHE_OP_ST_CANCELLED); in fscache_cancel_op()316 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_cancel_op()348 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_cancel_all_ops()381 FSCACHE_OP_ST_CANCELLED : FSCACHE_OP_ST_COMPLETE; in fscache_op_complete()413 op->state, ==, FSCACHE_OP_ST_CANCELLED); in fscache_put_operation()
374 if (op->state == FSCACHE_OP_ST_CANCELLED) { in fscache_wait_for_operation_activation()
84 FSCACHE_OP_ST_CANCELLED, /* Op has been cancelled */ enumerator