Searched refs:FSCACHE_OP_ST_CANCELLED (Results 1 – 3 of 3) sorted by relevance
73 op->state, ==, FSCACHE_OP_ST_CANCELLED); in fscache_enqueue_operation()184 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()188 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()222 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()227 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()271 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()275 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()304 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()310 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()375 ASSERTCMP(op->state, !=, FSCACHE_OP_ST_CANCELLED); in fscache_cancel_op()[all …]
395 if (op->state == FSCACHE_OP_ST_CANCELLED) { in fscache_wait_for_operation_activation()
93 FSCACHE_OP_ST_CANCELLED, /* Op has been cancelled */ enumerator