Searched refs:objlist_link (Results 1 – 3 of 3) sorted by relevance
47 ASSERT(RB_EMPTY_NODE(&obj->objlist_link)); in fscache_objlist_add()53 xobj = rb_entry(parent, struct fscache_object, objlist_link); in fscache_objlist_add()63 rb_link_node(&obj->objlist_link, parent, p); in fscache_objlist_add()64 rb_insert_color(&obj->objlist_link, &fscache_object_list); in fscache_objlist_add()74 if (RB_EMPTY_NODE(&obj->objlist_link)) in fscache_objlist_remove()80 rb_erase(&obj->objlist_link, &fscache_object_list); in fscache_objlist_remove()108 obj = rb_entry(p, struct fscache_object, objlist_link); in fscache_objlist_lookup()
329 RB_CLEAR_NODE(&object->objlist_link); in fscache_object_init()
385 struct rb_node objlist_link; /* link in global object list */ member