Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fscache/
Dobject-list.c223 obj->n_obj_ops != 0 || in fscache_objlist_show()
243 obj->n_obj_ops, in fscache_objlist_show()
Dobject.c161 parent->n_obj_ops--; in fscache_done_parent_op()
442 parent->n_obj_ops++; in fscache_parent_ready()
468 ASSERTCMP(parent->n_obj_ops, >, 0); in fscache_look_up_object()
591 ASSERTCMP(object->n_ops, >=, object->n_obj_ops); in fscache_object_available()
/linux-4.19.296/include/linux/
Dfscache-cache.h356 int n_obj_ops; /* number of object ops outstanding on object */ member