Searched refs:m_reservations (Results 1 – 2 of 2) sorted by relevance
85 node = rb_first(&resmap->m_reservations); in ocfs2_dump_resv()140 node = rb_first(&resmap->m_reservations); in ocfs2_check_resmap()209 resmap->m_reservations = RB_ROOT; in ocfs2_resmap_init()238 rb_erase(&resv->r_node, &resmap->m_reservations); in ocfs2_resv_remove()276 while ((node = rb_last(&resmap->m_reservations)) != NULL) { in ocfs2_resmap_clear_all_resv()306 struct rb_root *root = &resmap->m_reservations; in ocfs2_resv_insert()360 struct rb_node *node = resmap->m_reservations.rb_node; in ocfs2_find_resv_lhs()367 node = rb_first(&resmap->m_reservations); in ocfs2_find_resv_lhs()463 struct rb_root *root = &resmap->m_reservations; in __ocfs2_resv_find_window()
41 struct rb_root m_reservations; member