Home
last modified time | relevance | path

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

/linux-6.3-rc2/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.c831 struct ocfs2_reservation_map *resmap = &osb->osb_la_resmap; in ocfs2_local_alloc_find_clear_bits() local
846 if (ocfs2_resmap_resv_bits(resmap, resv, &bitoff, &numfound) == 0) { in ocfs2_local_alloc_find_clear_bits()
901 ocfs2_resv_discard(resmap, resv); in ocfs2_local_alloc_find_clear_bits()
/linux-6.3-rc2/sound/pci/au88x0/
A Dau88x0.h238 static int vortex_adb_checkinout(vortex_t * vortex, int resmap[], int out,
A Dau88x0_core.c2002 vortex_adb_checkinout(vortex_t * vortex, int resmap[], int out, int restype) in vortex_adb_checkinout() argument
2015 if (resmap != NULL) in vortex_adb_checkinout()
2016 resmap[restype] |= (1 << i); in vortex_adb_checkinout()
2028 if (resmap == NULL) in vortex_adb_checkinout()
2032 if (resmap[restype] & (1 << i)) { in vortex_adb_checkinout()
2033 resmap[restype] &= ~(1 << i); in vortex_adb_checkinout()

Completed in 12 milliseconds