Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/
Doperation.c89 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()
[all …]
Dobject-list.c246 obj->n_exclusive, in fscache_objlist_show()
/linux-3.4.99/include/linux/
Dfscache-cache.h338 int n_exclusive; /* number of exclusive ops queued */ member
414 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
/linux-3.4.99/fs/cachefiles/
Dnamei.c47 object->fscache.n_exclusive); in __cachefiles_printk_object()