Searched refs:FSCACHE_OP_ST_INITIALISED (Results 1 – 3 of 3) sorted by relevance
39 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()
289 ASSERTIFCMP(op->op.state != FSCACHE_OP_ST_INITIALISED, in fscache_release_retrieval_op()
89 FSCACHE_OP_ST_INITIALISED, /* Op is initialised */ enumerator