Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fscache/
H A Dobject-list.c220 obj->n_obj_ops != 0 || in fscache_objlist_show()
240 obj->n_obj_ops, in fscache_objlist_show()
H A Dobject.c157 parent->n_obj_ops--; in fscache_done_parent_op()
438 parent->n_obj_ops++; in fscache_parent_ready()
464 ASSERTCMP(parent->n_obj_ops, >, 0); in fscache_look_up_object()
587 ASSERTCMP(object->n_ops, >=, object->n_obj_ops); in fscache_object_available()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h352 int n_obj_ops; /* number of object ops outstanding on object */ member