Searched refs:n_exclusive (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/fscache/ |
D | operation.c | 95 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op() 102 object->n_exclusive++; /* reads and writes must wait */ in fscache_submit_exclusive_op() 124 object->n_exclusive++; /* reads and writes must wait */ in fscache_submit_exclusive_op() 162 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission() 200 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op() 211 if (object->n_exclusive > 0) { in fscache_submit_op() 221 ASSERTCMP(object->n_exclusive, ==, 0); in fscache_submit_op() 318 object->n_exclusive--; in fscache_cancel_op() 351 object->n_exclusive--; in fscache_cancel_all_ops() 374 object->n_exclusive, >, 0); in fscache_op_complete() [all …]
|
D | object-list.c | 247 obj->n_exclusive, in fscache_objlist_show()
|
D | object.c | 310 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
|
/linux-4.1.27/include/linux/ |
D | fscache-cache.h | 356 int n_exclusive; /* number of exclusive ops queued or in progress */ member
|
/linux-4.1.27/fs/cachefiles/ |
D | namei.c | 45 object->fscache.n_exclusive); in __cachefiles_printk_object()
|