Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Doperation.c74 op->state, ==, FSCACHE_OP_ST_CANCELLED); in fscache_enqueue_operation()
185 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()
189 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()
223 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()
228 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()
272 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()
276 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()
305 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()
311 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()
376 ASSERTCMP(op->state, !=, FSCACHE_OP_ST_CANCELLED); in fscache_cancel_op()
[all …]
Dpage.c405 if (op->state == FSCACHE_OP_ST_CANCELLED) { in fscache_wait_for_operation_activation()
/Linux-v4.19/include/linux/
Dfscache-cache.h97 FSCACHE_OP_ST_CANCELLED, /* Op has been cancelled */ enumerator