Home
last modified time | relevance | path

Searched refs:n_exclusive (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/fscache/
Doperation.c136 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
173 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
193 object->n_exclusive++; /* reads and writes must wait */ in fscache_submit_exclusive_op()
215 object->n_exclusive++; /* reads and writes must wait */ in fscache_submit_exclusive_op()
260 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
281 if (object->n_exclusive > 0) { in fscache_submit_op()
291 ASSERTCMP(object->n_exclusive, ==, 0); in fscache_submit_op()
390 object->n_exclusive--; in fscache_cancel_op()
397 object->n_exclusive--; in fscache_cancel_op()
406 object->n_exclusive--; in fscache_cancel_op()
[all …]
Dobject.c316 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
/Linux-v5.15/include/linux/
Dfscache-cache.h357 int n_exclusive; /* number of exclusive ops queued or in progress */ member
/Linux-v5.15/fs/cachefiles/
Dnamei.c41 object->fscache.n_exclusive); in __cachefiles_printk_object()