Searched refs:n_in_progress (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/fscache/ |
D | operation.c | 102 object->n_in_progress++; in fscache_run_op() 133 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission() 169 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op() 192 if (object->n_in_progress > 0) { in fscache_submit_exclusive_op() 202 ASSERTCMP(object->n_in_progress, ==, 0); in fscache_submit_exclusive_op() 256 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op() 340 if (object->n_in_progress > 0) in fscache_start_operations() 351 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations() 354 object->n_in_progress, object->debug_id); in fscache_start_operations() 392 ASSERTCMP(object->n_in_progress, >, 0); in fscache_cancel_op() [all …]
|
D | object.c | 320 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init() 585 if (object->n_in_progress == 0) { in fscache_object_available() 670 if (object->n_in_progress == 0) { in fscache_kill_object() 672 if (object->n_ops > 0 && object->n_in_progress == 0) in fscache_kill_object()
|
D | object-list.c | 241 obj->n_in_progress, in fscache_objlist_show()
|
/kernel/linux/linux-5.10/include/linux/ |
D | fscache-cache.h | 353 int n_in_progress; /* number of ops in progress */ member
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
D | namei.c | 40 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()
|