Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dreservations.c96 node = rb_first(&resmap->m_reservations); in ocfs2_dump_resv()
151 node = rb_first(&resmap->m_reservations); in ocfs2_check_resmap()
220 resmap->m_reservations = RB_ROOT; in ocfs2_resmap_init()
249 rb_erase(&resv->r_node, &resmap->m_reservations); in ocfs2_resv_remove()
287 while ((node = rb_last(&resmap->m_reservations)) != NULL) { in ocfs2_resmap_clear_all_resv()
317 struct rb_root *root = &resmap->m_reservations; in ocfs2_resv_insert()
371 struct rb_node *node = resmap->m_reservations.rb_node; in ocfs2_find_resv_lhs()
378 node = rb_first(&resmap->m_reservations); in ocfs2_find_resv_lhs()
474 struct rb_root *root = &resmap->m_reservations; in __ocfs2_resv_find_window()
Dreservations.h49 struct rb_root m_reservations; member