Home
last modified time | relevance | path

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

/linux-2.6.39/fs/fscache/ !
Doperation.c71 object->n_in_progress++; in fscache_run_op()
94 ASSERTCMP(object->n_ops, >=, object->n_in_progress); 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()
200 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
274 if (object->n_in_progress > 0) in fscache_start_operations()
285 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
288 object->n_in_progress, object->debug_id); in fscache_start_operations()
377 ASSERTCMP(object->n_in_progress, >, 0); in fscache_put_operation()
378 object->n_in_progress--; in fscache_put_operation()
[all …]
Dobject-list.c245 obj->n_in_progress, in fscache_objlist_show()
Dobject.c587 if (object->n_in_progress == 0) { in fscache_object_available()
/linux-2.6.39/include/linux/ !
Dfscache-cache.h349 int n_in_progress; /* number of ops in progress */ member
426 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
/linux-2.6.39/fs/cachefiles/ !
Dnamei.c46 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()