Searched refs:objlist_link (Results 1 – 3 of 3) sorted by relevance
48 ASSERT(RB_EMPTY_NODE(&obj->objlist_link)); in fscache_objlist_add()54 xobj = rb_entry(parent, struct fscache_object, objlist_link); in fscache_objlist_add()64 rb_link_node(&obj->objlist_link, parent, p); in fscache_objlist_add()65 rb_insert_color(&obj->objlist_link, &fscache_object_list); in fscache_objlist_add()75 if (RB_EMPTY_NODE(&obj->objlist_link)) in fscache_objlist_remove()81 rb_erase(&obj->objlist_link, &fscache_object_list); in fscache_objlist_remove()109 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