Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fscache/
Doperation.c174 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 …]
Dpage.c383 if (op->state == FSCACHE_OP_ST_CANCELLED) { in fscache_wait_for_operation_activation()
/linux-4.4.14/include/linux/
Dfscache-cache.h85 FSCACHE_OP_ST_CANCELLED, /* Op has been cancelled */ enumerator