Searched refs:vol_amap (Results 1 – 2 of 2) sorted by relevance
49 bitmap_le = (__le_long *)sbi->vol_amap[i]->b_data; in exfat_test_bitmap_range()99 sbi->vol_amap = kvmalloc_objs(struct buffer_head *, sbi->map_sectors); in exfat_allocate_bitmap()100 if (!sbi->vol_amap) in exfat_allocate_bitmap()115 sbi->vol_amap[i] = sb_bread(sb, sector + i); in exfat_allocate_bitmap()116 if (!sbi->vol_amap[i]) in exfat_allocate_bitmap()130 brelse(sbi->vol_amap[j++]); in exfat_allocate_bitmap()132 kvfree(sbi->vol_amap); in exfat_allocate_bitmap()133 sbi->vol_amap = NULL; in exfat_allocate_bitmap()180 __brelse(sbi->vol_amap[i]); in exfat_free_bitmap()182 kvfree(sbi->vol_amap); in exfat_free_bitmap()[all …]
266 struct buffer_head **vol_amap; /* allocation bitmap */ member