Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Doperation.c43 op->state = FSCACHE_OP_ST_INITIALISED; in fscache_operation_init()
169 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_INITIALISED); in fscache_submit_exclusive_op()
256 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_INITIALISED); in fscache_submit_op()
514 ASSERTIFCMP(op->state != FSCACHE_OP_ST_INITIALISED && in fscache_put_operation()
Dpage.c293 ASSERTIFCMP(op->op.state != FSCACHE_OP_ST_INITIALISED, in fscache_release_retrieval_op()
/Linux-v4.19/include/linux/
Dfscache-cache.h93 FSCACHE_OP_ST_INITIALISED, /* Op is initialised */ enumerator