Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fscache/
Doperation.c70 object->n_in_progress++; in fscache_run_op()
94 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
104 if (object->n_in_progress > 0) { in fscache_submit_exclusive_op()
114 ASSERTCMP(object->n_in_progress, ==, 0); in fscache_submit_exclusive_op()
162 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
199 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
275 if (object->n_in_progress > 0) in fscache_start_operations()
286 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
289 object->n_in_progress, object->debug_id); in fscache_start_operations()
372 ASSERTCMP(object->n_in_progress, >, 0); in fscache_op_complete()
[all …]
Dobject.c310 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
563 if (object->n_in_progress == 0) { in fscache_object_available()
640 if (object->n_in_progress == 0) { in fscache_kill_object()
642 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.1.27/include/linux/
Dfscache-cache.h355 int n_in_progress; /* number of ops in progress */ member
/linux-4.1.27/fs/cachefiles/
Dnamei.c44 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()