Home
last modified time | relevance | path

Searched refs:FSCACHE_OP_ST_CANCELLED (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/fscache/
Doperation.c234 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()
Dpage.c374 if (op->state == FSCACHE_OP_ST_CANCELLED) { in fscache_wait_for_operation_activation()
/linux-4.1.27/include/linux/
Dfscache-cache.h84 FSCACHE_OP_ST_CANCELLED, /* Op has been cancelled */ enumerator