Home
last modified time | relevance | path

Searched refs:m_reservations (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/ocfs2/
Dreservations.c83 node = rb_first(&resmap->m_reservations); in ocfs2_dump_resv()
138 node = rb_first(&resmap->m_reservations); in ocfs2_check_resmap()
207 resmap->m_reservations = RB_ROOT; in ocfs2_resmap_init()
234 rb_erase(&resv->r_node, &resmap->m_reservations); in ocfs2_resv_remove()
272 while ((node = rb_last(&resmap->m_reservations)) != NULL) { in ocfs2_resmap_clear_all_resv()
302 struct rb_root *root = &resmap->m_reservations; in ocfs2_resv_insert()
356 struct rb_node *node = resmap->m_reservations.rb_node; in ocfs2_find_resv_lhs()
363 node = rb_first(&resmap->m_reservations); in ocfs2_find_resv_lhs()
459 struct rb_root *root = &resmap->m_reservations; in __ocfs2_resv_find_window()
Dreservations.h39 struct rb_root m_reservations; member