Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fscache/
Doperation.c99 object->n_in_progress++; in fscache_run_op()
128 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
162 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
185 if (object->n_in_progress > 0) { in fscache_submit_exclusive_op()
195 ASSERTCMP(object->n_in_progress, ==, 0); in fscache_submit_exclusive_op()
247 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
331 if (object->n_in_progress > 0) in fscache_start_operations()
342 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
345 object->n_in_progress, object->debug_id); in fscache_start_operations()
381 ASSERTCMP(object->n_in_progress, >, 0); in fscache_cancel_op()
[all …]
Dobject.c310 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
574 if (object->n_in_progress == 0) { in fscache_object_available()
653 if (object->n_in_progress == 0) { in fscache_kill_object()
655 if (object->n_ops > 0 && object->n_in_progress == 0) in fscache_kill_object()
Dobject-list.c246 obj->n_in_progress, in fscache_objlist_show()
/linux-4.4.14/include/linux/
Dfscache-cache.h343 int n_in_progress; /* number of ops in progress */ member
/linux-4.4.14/fs/cachefiles/
Dnamei.c44 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()