Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Doperation.c137 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
174 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
194 object->n_exclusive++; /* reads and writes must wait */ in fscache_submit_exclusive_op()
216 object->n_exclusive++; /* reads and writes must wait */ in fscache_submit_exclusive_op()
261 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
282 if (object->n_exclusive > 0) { in fscache_submit_op()
292 ASSERTCMP(object->n_exclusive, ==, 0); in fscache_submit_op()
391 object->n_exclusive--; in fscache_cancel_op()
398 object->n_exclusive--; in fscache_cancel_op()
407 object->n_exclusive--; in fscache_cancel_op()
[all …]
Dobject-list.c245 obj->n_exclusive, in fscache_objlist_show()
Dobject.c324 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
/Linux-v4.19/include/linux/
Dfscache-cache.h359 int n_exclusive; /* number of exclusive ops queued or in progress */ member
/Linux-v4.19/fs/cachefiles/
Dnamei.c46 object->fscache.n_exclusive); in __cachefiles_printk_object()