Searched refs:bmap_bh (Results 1 – 1 of 1) sorted by relevance
247 struct buffer_head *bmap_bh = NULL, *bh = NULL; in affs_init_bitmap() local302 if (bmap_bh) in affs_init_bitmap()303 affs_brelse(bmap_bh); in affs_init_bitmap()304 bmap_bh = affs_bread(sb, be32_to_cpu(bmap_blk[blk])); in affs_init_bitmap()305 if (!bmap_bh) { in affs_init_bitmap()310 bmap_blk = (__be32 *)bmap_bh->b_data; in affs_init_bitmap()349 affs_brelse(bmap_bh); in affs_init_bitmap()