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()98 sbi->vol_amap = kvmalloc_objs(struct buffer_head *, sbi->map_sectors); in exfat_allocate_bitmap()99 if (!sbi->vol_amap) in exfat_allocate_bitmap()109 sbi->vol_amap[i] = sb_bread(sb, sector + i); in exfat_allocate_bitmap()110 if (!sbi->vol_amap[i]) in exfat_allocate_bitmap()124 brelse(sbi->vol_amap[j++]); in exfat_allocate_bitmap()126 kvfree(sbi->vol_amap); in exfat_allocate_bitmap()127 sbi->vol_amap = NULL; in exfat_allocate_bitmap()174 __brelse(sbi->vol_amap[i]); in exfat_free_bitmap()176 kvfree(sbi->vol_amap); in exfat_free_bitmap()[all …]
271 struct buffer_head **vol_amap; /* allocation bitmap */ member