Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fscache/
Doperation.c40 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_IN_PROGRESS); in fscache_enqueue_operation()
69 op->state = FSCACHE_OP_ST_IN_PROGRESS; in fscache_run_op()
371 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_IN_PROGRESS); in fscache_op_complete()
/linux-4.1.27/include/linux/
Dfscache-cache.h82 FSCACHE_OP_ST_IN_PROGRESS, /* Op is in progress */ enumerator