Searched refs:FSCACHE_OP_ST_CANCELLED (Results 1 – 3 of 3) sorted by relevance
70 op->state, ==, FSCACHE_OP_ST_CANCELLED); in fscache_enqueue_operation()181 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()185 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()219 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()224 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()268 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()272 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()301 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()307 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()372 ASSERTCMP(op->state, !=, FSCACHE_OP_ST_CANCELLED); in fscache_cancel_op()[all …]
401 if (op->state == FSCACHE_OP_ST_CANCELLED) { in fscache_wait_for_operation_activation()
93 FSCACHE_OP_ST_CANCELLED, /* Op has been cancelled */ enumerator