Searched refs:resmap (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ocfs2/ |
H A D | reservations.h | 64 * @resmap: 70 void ocfs2_resv_discard(struct ocfs2_reservation_map *resmap, 76 * @osb: struct ocfs2_super to be saved in resmap 77 * @resmap: struct ocfs2_reservation_map to initialize 80 struct ocfs2_reservation_map *resmap); 84 * @resmap: reservations bitmap 86 * @disk_bitmap: the disk bitmap this resmap should refer to. 95 void ocfs2_resmap_restart(struct ocfs2_reservation_map *resmap, 100 * @resmap: the struct ocfs2_reservation_map to uninitialize 102 void ocfs2_resmap_uninit(struct ocfs2_reservation_map *resmap); [all...] |
H A D | localalloc.c | 832 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()
|
/linux/sound/pci/au88x0/ |
H A D | au88x0.h | 238 static int vortex_adb_checkinout(vortex_t * vortex, int resmap[], int out,
|
H A D | au88x0_core.c | 2002 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()
|