Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Doperation.c106 object->n_in_progress++; in fscache_run_op()
137 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
173 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
196 if (object->n_in_progress > 0) { in fscache_submit_exclusive_op()
206 ASSERTCMP(object->n_in_progress, ==, 0); in fscache_submit_exclusive_op()
260 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
344 if (object->n_in_progress > 0) in fscache_start_operations()
355 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
358 object->n_in_progress, object->debug_id); in fscache_start_operations()
396 ASSERTCMP(object->n_in_progress, >, 0); in fscache_cancel_op()
[all …]
Dobject.c324 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
589 if (object->n_in_progress == 0) { in fscache_object_available()
674 if (object->n_in_progress == 0) { in fscache_kill_object()
676 if (object->n_ops > 0 && object->n_in_progress == 0) in fscache_kill_object()
Dobject-list.c244 obj->n_in_progress, in fscache_objlist_show()
/Linux-v4.19/include/linux/
Dfscache-cache.h358 int n_in_progress; /* number of ops in progress */ member
/Linux-v4.19/fs/cachefiles/
Dnamei.c45 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()