Lines Matching refs:ASSERTCMP

68 	ASSERTCMP(atomic_read(&op->usage), >, 0);  in fscache_enqueue_operation()
69 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_IN_PROGRESS); in fscache_enqueue_operation()
96 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_PENDING); in fscache_run_op()
133 ASSERTCMP(p->object, ==, object); in fscache_report_unexpected_submission()
158 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_INITIALISED); in fscache_submit_exclusive_op()
159 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_submit_exclusive_op()
162 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
163 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
195 ASSERTCMP(object->n_in_progress, ==, 0); in fscache_submit_exclusive_op()
243 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_INITIALISED); in fscache_submit_op()
244 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_submit_op()
247 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
248 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
279 ASSERTCMP(object->n_exclusive, ==, 0); in fscache_submit_op()
342 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
360 ASSERTCMP(op->state, >=, FSCACHE_OP_ST_PENDING); in fscache_cancel_op()
361 ASSERTCMP(op->state, !=, FSCACHE_OP_ST_CANCELLED); in fscache_cancel_op()
362 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_cancel_op()
381 ASSERTCMP(object->n_in_progress, >, 0); in fscache_cancel_op()
422 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_PENDING); in fscache_cancel_all_ops()
447 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_IN_PROGRESS); in fscache_op_complete()
448 ASSERTCMP(object->n_in_progress, >, 0); in fscache_op_complete()
486 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_put_operation()
527 ASSERTCMP(object->n_ops, >, 0); in fscache_put_operation()
572 ASSERTCMP(atomic_read(&op->usage), ==, 0); in fscache_operation_gc()
573 ASSERTCMP(op->state, ==, FSCACHE_OP_ST_DEAD); in fscache_operation_gc()
575 ASSERTCMP(object->n_ops, >, 0); in fscache_operation_gc()