Lines Matching refs:ASSERTCMP

68 	ASSERTCMP(atomic_read(&op->usage), >, 0);  in fscache_enqueue_operation()
99 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_PENDING); in fscache_run_op()
138 ASSERTCMP(p->object, ==, object); in fscache_report_unexpected_submission()
165 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_INITIALISED); in fscache_submit_exclusive_op()
166 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_submit_exclusive_op()
169 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
170 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
202 ASSERTCMP(object->n_in_progress, ==, 0); in fscache_submit_exclusive_op()
252 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_INITIALISED); in fscache_submit_op()
253 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_submit_op()
256 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
257 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
288 ASSERTCMP(object->n_exclusive, ==, 0); in fscache_submit_op()
351 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
371 ASSERTCMP(op->state, >=, FSCACHE_OP_ST_PENDING); in fscache_cancel_op()
372 ASSERTCMP(op->state, !=, FSCACHE_OP_ST_CANCELLED); in fscache_cancel_op()
373 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_cancel_op()
392 ASSERTCMP(object->n_in_progress, >, 0); in fscache_cancel_op()
435 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_PENDING); in fscache_cancel_all_ops()
460 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_IN_PROGRESS); in fscache_op_complete()
461 ASSERTCMP(object->n_in_progress, >, 0); in fscache_op_complete()
502 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_put_operation()
545 ASSERTCMP(object->n_ops, >, 0); in fscache_put_operation()
592 ASSERTCMP(atomic_read(&op->usage), ==, 0); in fscache_operation_gc()
593 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_DEAD); in fscache_operation_gc()
595 ASSERTCMP(object->n_ops, >, 0); in fscache_operation_gc()