Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fscache/
Doperation.c42 op->state = FSCACHE_OP_ST_INITIALISED; in fscache_operation_init()
158 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_INITIALISED); in fscache_submit_exclusive_op()
243 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_INITIALISED); in fscache_submit_op()
492 ASSERTIFCMP(op->state != FSCACHE_OP_ST_INITIALISED && in fscache_put_operation()
Dpage.c272 ASSERTIFCMP(op->op.state != FSCACHE_OP_ST_INITIALISED, in fscache_release_retrieval_op()
/linux-4.4.14/include/linux/
Dfscache-cache.h81 FSCACHE_OP_ST_INITIALISED, /* Op is initialised */ enumerator