Lines Matching refs:n_exclusive
89 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
96 object->n_exclusive++; /* reads and writes must wait */ in fscache_submit_exclusive_op()
118 object->n_exclusive++; /* reads and writes must wait */ in fscache_submit_exclusive_op()
156 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
193 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
203 if (object->n_exclusive > 0) { in fscache_submit_op()
213 ASSERTCMP(object->n_exclusive, ==, 0); in fscache_submit_op()
301 object->n_exclusive--; in fscache_cancel_op()
363 ASSERTCMP(object->n_exclusive, >, 0); in fscache_put_operation()
364 object->n_exclusive--; in fscache_put_operation()
419 ASSERTCMP(object->n_exclusive, >, 0); in fscache_operation_gc()
420 object->n_exclusive--; in fscache_operation_gc()