Searched refs:objlist_link (Results 1 – 3 of 3) sorted by relevance
51 ASSERT(RB_EMPTY_NODE(&obj->objlist_link)); in fscache_objlist_add()57 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()78 if (RB_EMPTY_NODE(&obj->objlist_link)) in fscache_objlist_remove()84 rb_erase(&obj->objlist_link, &fscache_object_list); in fscache_objlist_remove()112 obj = rb_entry(p, struct fscache_object, objlist_link); in fscache_objlist_lookup()
333 RB_CLEAR_NODE(&object->objlist_link); in fscache_object_init()
390 struct rb_node objlist_link; /* link in global object list */ member