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