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