Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/ !
Dobject-list.c57 xobj = rb_entry(parent, struct fscache_object, objlist_link); in fscache_objlist_add()
67 rb_link_node(&obj->objlist_link, parent, p); in fscache_objlist_add()
68 rb_insert_color(&obj->objlist_link, &fscache_object_list); in fscache_objlist_add()
84 rb_erase(&obj->objlist_link, &fscache_object_list); in fscache_object_destroy()
113 obj = rb_entry(p, struct fscache_object, objlist_link); in fscache_objlist_lookup()
/linux-3.4.99/include/linux/ !
Dfscache-cache.h370 struct rb_node objlist_link; /* link in global object list */ member