Home
last modified time | relevance | path

Searched refs:FSCACHE_OP_ST_IN_PROGRESS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/fscache/
Doperation.c69 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_IN_PROGRESS); in fscache_enqueue_operation()
98 op->state = FSCACHE_OP_ST_IN_PROGRESS; in fscache_run_op()
380 } else if (op->state == FSCACHE_OP_ST_IN_PROGRESS && cancel_in_progress_op) { in fscache_cancel_op()
447 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_IN_PROGRESS); in fscache_op_complete()
/linux-4.4.14/include/linux/
Dfscache-cache.h83 FSCACHE_OP_ST_IN_PROGRESS, /* Op is in progress */ enumerator