Home
last modified time | relevance | path

Searched refs:n_ops (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/fs/fscache/
Doperation.c137 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()
174 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
193 object->n_ops++; in fscache_submit_exclusive_op()
215 object->n_ops++; in fscache_submit_exclusive_op()
260 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
261 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
280 object->n_ops++; in fscache_submit_op()
298 object->n_ops++; in fscache_submit_op()
355 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
[all …]
Dobject.c158 object->debug_id, parent->debug_id, parent->n_ops); in fscache_done_parent_op()
162 parent->n_ops--; in fscache_done_parent_op()
163 if (parent->n_ops == 0) in fscache_done_parent_op()
324 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
441 parent->n_ops++; in fscache_parent_ready()
467 ASSERTCMP(parent->n_ops, >, 0); in fscache_look_up_object()
590 if (object->n_ops > 0) { in fscache_object_available()
591 ASSERTCMP(object->n_ops, >=, object->n_obj_ops); in fscache_object_available()
658 object->debug_id, object->n_ops, object->n_children, event); in fscache_kill_object()
670 object->n_ops == 0 && in fscache_kill_object()
[all …]
Dobject-list.c222 obj->n_ops != 0 || in fscache_objlist_show()
242 obj->n_ops, in fscache_objlist_show()
/linux-4.19.296/fs/dlm/
Dnetlink.c79 .n_ops = ARRAY_SIZE(dlm_nl_ops),
/linux-4.19.296/fs/nfs/flexfilelayout/
Dflexfilelayout.h66 atomic_t n_ops; member
Dflexfilelayout.c600 if (atomic_inc_return(&timer->n_ops) == 1) { in nfs4_ff_start_busy_timer()
610 if (atomic_dec_return(&timer->n_ops) < 0) in nfs4_ff_end_busy_timer()
/linux-4.19.296/include/net/
Dgenetlink.h62 unsigned int n_ops; member
/linux-4.19.296/include/linux/
Dfscache-cache.h355 int n_ops; /* number of extant ops on object */ member
Dgenl_magic_func.h295 .n_ops = ARRAY_SIZE(ZZZ_genl_ops),
/linux-4.19.296/fs/cachefiles/
Dinterface.c358 ASSERTCMP(object->fscache.n_ops, ==, 0); in cachefiles_put_object()
Dnamei.c45 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()