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