Searched refs:n_in_progress (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/fs/fscache/ |
D | operation.c | 67 object->n_in_progress++; in fscache_run_op() 88 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op() 108 ASSERTCMP(object->n_in_progress, ==, 0); in fscache_submit_exclusive_op() 156 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission() 192 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op() 266 if (object->n_in_progress > 0) in fscache_start_operations() 277 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations() 280 object->n_in_progress, object->debug_id); in fscache_start_operations() 367 ASSERTCMP(object->n_in_progress, >, 0); in fscache_put_operation() 368 object->n_in_progress--; in fscache_put_operation() [all …]
|
D | object-list.c | 245 obj->n_in_progress, in fscache_objlist_show()
|
D | object.c | 587 if (object->n_in_progress == 0) { in fscache_object_available()
|
/linux-3.4.99/include/linux/ |
D | fscache-cache.h | 337 int n_in_progress; /* number of ops in progress */ member 414 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
|
/linux-3.4.99/fs/cachefiles/ |
D | namei.c | 46 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()
|