Searched refs:vol_amap (Results 1 – 2 of 2) sorted by relevance
53 sbi->vol_amap = kvmalloc_array(sbi->map_sectors, in exfat_allocate_bitmap()55 if (!sbi->vol_amap) in exfat_allocate_bitmap()60 sbi->vol_amap[i] = sb_bread(sb, sector + i); in exfat_allocate_bitmap()61 if (!sbi->vol_amap[i]) { in exfat_allocate_bitmap()66 brelse(sbi->vol_amap[j++]); in exfat_allocate_bitmap()68 kvfree(sbi->vol_amap); in exfat_allocate_bitmap()69 sbi->vol_amap = NULL; in exfat_allocate_bitmap()120 __brelse(sbi->vol_amap[i]); in exfat_free_bitmap()122 kvfree(sbi->vol_amap); in exfat_free_bitmap()139 set_bit_le(b, sbi->vol_amap[i]->b_data); in exfat_set_bitmap()[all …]
267 struct buffer_head **vol_amap; /* allocation bitmap */ member