Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fscache/
H A Doperation.c133 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
170 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
190 object->n_exclusive++; /* reads and writes must wait */ in fscache_submit_exclusive_op()
212 object->n_exclusive++; /* reads and writes must wait */ in fscache_submit_exclusive_op()
257 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
278 if (object->n_exclusive > 0) { in fscache_submit_op()
288 ASSERTCMP(object->n_exclusive, ==, 0); in fscache_submit_op()
387 object->n_exclusive--; in fscache_cancel_op()
394 object->n_exclusive--; in fscache_cancel_op()
403 object->n_exclusive--; in fscache_cancel_op()
[all …]
H A Dobject-list.c242 obj->n_exclusive, in fscache_objlist_show()
H A Dobject.c320 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h354 int n_exclusive; /* number of exclusive ops queued or in progress */ member
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dnamei.c41 object->fscache.n_exclusive); in __cachefiles_printk_object()