Home
last modified time | relevance | path

Searched refs:resmap (Results 1 – 3 of 3) sorted by relevance

/fs/ocfs2/
A Dreservations.c177 ocfs2_dump_resv(resmap); in ocfs2_check_resmap()
204 memset(resmap, 0, sizeof(*resmap)); in ocfs2_resmap_init()
206 resmap->m_osb = osb; in ocfs2_resmap_init()
207 resmap->m_reservations = RB_ROOT; in ocfs2_resmap_init()
209 INIT_LIST_HEAD(&resmap->m_lru); in ocfs2_resmap_init()
251 ocfs2_resv_remove(resmap, resv); in __ocfs2_resv_discard()
288 resmap->m_bitmap_len = clen; in ocfs2_resmap_restart()
339 ocfs2_check_resmap(resmap); in ocfs2_resv_insert()
533 ocfs2_dump_resv(resmap); in __ocfs2_resv_find_window()
787 if (resmap == NULL || ocfs2_resmap_disabled(resmap)) in ocfs2_resmap_claimed_bits()
[all …]
A Dreservations.h70 void ocfs2_resv_discard(struct ocfs2_reservation_map *resmap,
80 struct ocfs2_reservation_map *resmap);
95 void ocfs2_resmap_restart(struct ocfs2_reservation_map *resmap,
102 void ocfs2_resmap_uninit(struct ocfs2_reservation_map *resmap);
121 int ocfs2_resmap_resv_bits(struct ocfs2_reservation_map *resmap,
140 void ocfs2_resmap_claimed_bits(struct ocfs2_reservation_map *resmap,
A Dlocalalloc.c832 struct ocfs2_reservation_map *resmap = &osb->osb_la_resmap; in ocfs2_local_alloc_find_clear_bits() local
847 if (ocfs2_resmap_resv_bits(resmap, resv, &bitoff, &numfound) == 0) { in ocfs2_local_alloc_find_clear_bits()
896 ocfs2_resv_discard(resmap, resv); in ocfs2_local_alloc_find_clear_bits()

Completed in 11 milliseconds