Searched refs:n_in_progress (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/fscache/ |
| A D | operation.c | 105 object->n_in_progress++; in fscache_run_op() 195 if (object->n_in_progress > 0) { in fscache_submit_exclusive_op() 205 ASSERTCMP(object->n_in_progress, ==, 0); in fscache_submit_exclusive_op() 343 if (object->n_in_progress > 0) in fscache_start_operations() 395 ASSERTCMP(object->n_in_progress, >, 0); in fscache_cancel_op() 398 object->n_in_progress--; in fscache_cancel_op() 399 if (object->n_in_progress == 0) in fscache_cancel_op() 464 ASSERTCMP(object->n_in_progress, >, 0); in fscache_op_complete() 468 object->n_in_progress, ==, 1); in fscache_op_complete() 483 object->n_in_progress--; in fscache_op_complete() [all …]
|
| A D | object.c | 316 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init() 579 if (object->n_in_progress == 0) { in fscache_object_available() 663 if (object->n_in_progress == 0) { in fscache_kill_object() 665 if (object->n_ops > 0 && object->n_in_progress == 0) in fscache_kill_object()
|
| /linux/include/linux/ |
| A D | fscache-cache.h | 356 int n_in_progress; /* number of ops in progress */ member
|
| /linux/fs/cachefiles/ |
| A D | namei.c | 40 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()
|
Completed in 11 milliseconds