Home
last modified time | relevance | path

Searched refs:n_obj_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/fs/fscache/
Dobject.c156 parent->n_obj_ops--; in fscache_done_parent_op()
434 parent->n_obj_ops++; in fscache_parent_ready()
459 ASSERTCMP(parent->n_obj_ops, >, 0); in fscache_look_up_object()
581 ASSERTCMP(object->n_ops, >=, object->n_obj_ops); in fscache_object_available()
/Linux-v5.15/include/linux/
Dfscache-cache.h355 int n_obj_ops; /* number of object ops outstanding on object */ member