Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fscache/
H A Doperation.c39 op->state = FSCACHE_OP_ST_INITIALISED; in fscache_operation_init()
165 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_INITIALISED); in fscache_submit_exclusive_op()
252 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_INITIALISED); in fscache_submit_op()
510 ASSERTIFCMP(op->state != FSCACHE_OP_ST_INITIALISED && in fscache_put_operation()
H A Dpage.c289 ASSERTIFCMP(op->op.state != FSCACHE_OP_ST_INITIALISED, in fscache_release_retrieval_op()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h89 FSCACHE_OP_ST_INITIALISED, /* Op is initialised */ enumerator