Home
last modified time | relevance | path

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

/Linux-v5.15/fs/fscache/
Doperation.c73 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 …]
Dpage.c395 if (op->state == FSCACHE_OP_ST_CANCELLED) { in fscache_wait_for_operation_activation()
/Linux-v5.15/include/linux/
Dfscache-cache.h93 FSCACHE_OP_ST_CANCELLED, /* Op has been cancelled */ enumerator