Searched refs:s_bmap_bh (Results 1 – 2 of 2) sorted by relevance
59 bh = sbi->s_bmap_bh; in affs_free_block()65 sbi->s_bmap_bh = bh; in affs_free_block()96 sbi->s_bmap_bh = NULL; in affs_free_block()171 bh = sbi->s_bmap_bh; in affs_alloc_block()177 sbi->s_bmap_bh = bh; in affs_alloc_block()236 sbi->s_bmap_bh = NULL; in affs_alloc_block()263 sbi->s_bmap_bh = NULL; in affs_init_bitmap()360 affs_brelse(sbi->s_bmap_bh); in affs_free_bitmap()361 sbi->s_bmap_bh = NULL; in affs_free_bitmap()
100 struct buffer_head *s_bmap_bh; member