Lines Matching refs:ocfs2_alloc_reservation

53 					   struct ocfs2_alloc_reservation *resv)  in ocfs2_resv_window_bits()
67 static inline unsigned int ocfs2_resv_end(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_end()
74 static inline int ocfs2_resv_empty(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_empty()
90 struct ocfs2_alloc_reservation *resv; in ocfs2_dump_resv()
98 resv = rb_entry(node, struct ocfs2_alloc_reservation, r_node); in ocfs2_dump_resv()
125 struct ocfs2_alloc_reservation *resv) in ocfs2_validate_resmap_bits()
149 struct ocfs2_alloc_reservation *resv; in ocfs2_check_resmap()
153 resv = rb_entry(node, struct ocfs2_alloc_reservation, r_node); in ocfs2_check_resmap()
200 void ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_init_once()
206 void ocfs2_resv_set_type(struct ocfs2_alloc_reservation *resv, in ocfs2_resv_set_type()
228 struct ocfs2_alloc_reservation *resv) in ocfs2_resv_mark_lru()
238 static void __ocfs2_resv_trunc(struct ocfs2_alloc_reservation *resv) in __ocfs2_resv_trunc()
245 struct ocfs2_alloc_reservation *resv) in ocfs2_resv_remove()
255 struct ocfs2_alloc_reservation *resv) in __ocfs2_resv_discard()
271 struct ocfs2_alloc_reservation *resv) in ocfs2_resv_discard()
283 struct ocfs2_alloc_reservation *resv; in ocfs2_resmap_clear_all_resv()
288 resv = rb_entry(node, struct ocfs2_alloc_reservation, r_node); in ocfs2_resmap_clear_all_resv()
315 struct ocfs2_alloc_reservation *new) in ocfs2_resv_insert()
320 struct ocfs2_alloc_reservation *tmp; in ocfs2_resv_insert()
329 tmp = rb_entry(parent, struct ocfs2_alloc_reservation, r_node); in ocfs2_resv_insert()
366 static struct ocfs2_alloc_reservation *
369 struct ocfs2_alloc_reservation *resv = NULL; in ocfs2_find_resv_lhs()
370 struct ocfs2_alloc_reservation *prev_resv = NULL; in ocfs2_find_resv_lhs()
380 resv = rb_entry(node, struct ocfs2_alloc_reservation, r_node); in ocfs2_find_resv_lhs()
471 struct ocfs2_alloc_reservation *resv, in __ocfs2_resv_find_window()
476 struct ocfs2_alloc_reservation *prev_resv, *next_resv; in __ocfs2_resv_find_window()
538 next_resv = rb_entry(next, struct ocfs2_alloc_reservation, in __ocfs2_resv_find_window()
576 struct ocfs2_alloc_reservation, in __ocfs2_resv_find_window()
618 prev_resv = rb_entry(prev, struct ocfs2_alloc_reservation, in __ocfs2_resv_find_window()
631 struct ocfs2_alloc_reservation *resv, in ocfs2_cannibalize_resv()
634 struct ocfs2_alloc_reservation *lru_resv; in ocfs2_cannibalize_resv()
651 struct ocfs2_alloc_reservation, r_lru); in ocfs2_cannibalize_resv()
692 struct ocfs2_alloc_reservation *resv, in ocfs2_resv_find_window()
728 struct ocfs2_alloc_reservation *resv, in ocfs2_resmap_resv_bits()
769 struct ocfs2_alloc_reservation *resv, in ocfs2_adjust_resv_from_alloc()
797 struct ocfs2_alloc_reservation *resv, in ocfs2_resmap_claimed_bits()