Home
last modified time | relevance | path

Searched refs:lookup_object (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/lib/
Ddebugobjects.c111 static struct debug_obj *lookup_object(void *addr, struct debug_bucket *b) in lookup_object() function
319 obj = lookup_object(addr, db); in __debug_object_init()
404 obj = lookup_object(addr, db); in debug_object_activate()
458 obj = lookup_object(addr, db); in debug_object_deactivate()
506 obj = lookup_object(addr, db); in debug_object_destroy()
552 obj = lookup_object(addr, db); in debug_object_free()
591 obj = lookup_object(addr, db); in debug_object_assert_init()
633 obj = lookup_object(addr, db); in debug_object_active_state()
883 obj = lookup_object(addr, db); in check_results()
/linux-3.4.99/include/linux/
Dfscache-cache.h213 int (*lookup_object)(struct fscache_object *object); member
/linux-3.4.99/mm/
Dkmemleak.c400 static struct kmemleak_object *lookup_object(unsigned long ptr, int alias) in lookup_object() function
484 object = lookup_object(ptr, alias); in find_and_get_object()
581 object = lookup_object(ptr, 1); in create_object()
/linux-3.4.99/fs/cachefiles/
Dinterface.c454 .lookup_object = cachefiles_lookup_object,
/linux-3.4.99/fs/fscache/
Dobject.c466 ret = object->cache->ops->lookup_object(object); in fscache_lookup_object()
/linux-3.4.99/Documentation/filesystems/caching/
Dfscache.txt291 luo=N Number of in-progress lookup_object() cache ops
Dbackend-api.txt249 void (*lookup_object)(struct fscache_object *object)