Lines Matching refs:ASSERTCMP

72 	ASSERTCMP(atomic_read(&op->usage), >, 0);  in fscache_enqueue_operation()
103 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_PENDING); in fscache_run_op()
142 ASSERTCMP(p->object, ==, object); in fscache_report_unexpected_submission()
169 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_INITIALISED); in fscache_submit_exclusive_op()
170 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_submit_exclusive_op()
173 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
174 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
206 ASSERTCMP(object->n_in_progress, ==, 0); in fscache_submit_exclusive_op()
256 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_INITIALISED); in fscache_submit_op()
257 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_submit_op()
260 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
261 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
292 ASSERTCMP(object->n_exclusive, ==, 0); in fscache_submit_op()
355 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
375 ASSERTCMP(op->state, >=, FSCACHE_OP_ST_PENDING); in fscache_cancel_op()
376 ASSERTCMP(op->state, !=, FSCACHE_OP_ST_CANCELLED); in fscache_cancel_op()
377 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_cancel_op()
396 ASSERTCMP(object->n_in_progress, >, 0); in fscache_cancel_op()
439 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_PENDING); in fscache_cancel_all_ops()
464 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_IN_PROGRESS); in fscache_op_complete()
465 ASSERTCMP(object->n_in_progress, >, 0); in fscache_op_complete()
506 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_put_operation()
549 ASSERTCMP(object->n_ops, >, 0); in fscache_put_operation()
596 ASSERTCMP(atomic_read(&op->usage), ==, 0); in fscache_operation_gc()
597 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_DEAD); in fscache_operation_gc()
599 ASSERTCMP(object->n_ops, >, 0); in fscache_operation_gc()