Searched refs:FSCACHE_OP_ST_CANCELLED (Results 1 – 3 of 3) sorted by relevance
174 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()178 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()212 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()217 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()259 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()263 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()292 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()298 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()361 ASSERTCMP(op->state, !=, FSCACHE_OP_ST_CANCELLED); in fscache_cancel_op()374 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_cancel_op()[all …]
383 if (op->state == FSCACHE_OP_ST_CANCELLED) { in fscache_wait_for_operation_activation()
85 FSCACHE_OP_ST_CANCELLED, /* Op has been cancelled */ enumerator