Lines Matching refs:ASSERTCMP
38 ASSERTCMP(op->object->state, >=, FSCACHE_OBJECT_AVAILABLE); in fscache_enqueue_operation()
39 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_enqueue_operation()
88 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
89 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
108 ASSERTCMP(object->n_in_progress, ==, 0); in fscache_submit_exclusive_op()
161 ASSERTCMP(p->object, ==, object); in fscache_report_unexpected_submission()
189 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_submit_op()
192 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
193 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
213 ASSERTCMP(object->n_exclusive, ==, 0); in fscache_submit_op()
277 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
325 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_put_operation()
363 ASSERTCMP(object->n_exclusive, >, 0); in fscache_put_operation()
367 ASSERTCMP(object->n_in_progress, >, 0); in fscache_put_operation()
372 ASSERTCMP(object->n_ops, >, 0); in fscache_put_operation()
415 ASSERTCMP(atomic_read(&op->usage), ==, 0); in fscache_operation_gc()
419 ASSERTCMP(object->n_exclusive, >, 0); in fscache_operation_gc()
423 ASSERTCMP(object->n_in_progress, >, 0); in fscache_operation_gc()
428 ASSERTCMP(object->n_ops, >, 0); in fscache_operation_gc()