Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fscache/
Doperation.c70 op->state, ==, FSCACHE_OP_ST_CANCELLED); in fscache_enqueue_operation()
181 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()
185 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()
219 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()
224 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_exclusive_op()
268 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()
272 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()
301 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()
307 op->state = FSCACHE_OP_ST_CANCELLED; in fscache_submit_op()
372 ASSERTCMP(op->state, !=, FSCACHE_OP_ST_CANCELLED); in fscache_cancel_op()
[all …]
Dpage.c401 if (op->state == FSCACHE_OP_ST_CANCELLED) { in fscache_wait_for_operation_activation()
/kernel/linux/linux-5.10/include/linux/
Dfscache-cache.h93 FSCACHE_OP_ST_CANCELLED, /* Op has been cancelled */ enumerator