Searched refs:FSCACHE_OP_ST_CANCELLED (Results 1 – 3 of 3) sorted by relevance
74 op->state, ==, FSCACHE_OP_ST_CANCELLED); in fscache_enqueue_operation()185 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()189 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()223 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()228 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()272 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()276 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()305 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()311 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()376 ASSERTCMP(op->state, !=, FSCACHE_OP_ST_CANCELLED); in fscache_cancel_op()[all …]
405 if (op->state == FSCACHE_OP_ST_CANCELLED) { in fscache_wait_for_operation_activation()
97 FSCACHE_OP_ST_CANCELLED, /* Op has been cancelled */ enumerator