Searched refs:s_bmap_bh (Results 1 – 2 of 2) sorted by relevance
58 bh = sbi->s_bmap_bh; in affs_free_block()64 sbi->s_bmap_bh = bh; in affs_free_block()95 sbi->s_bmap_bh = NULL; in affs_free_block()170 bh = sbi->s_bmap_bh; in affs_alloc_block()176 sbi->s_bmap_bh = bh; in affs_alloc_block()235 sbi->s_bmap_bh = NULL; in affs_alloc_block()262 sbi->s_bmap_bh = NULL; in affs_init_bitmap()359 affs_brelse(sbi->s_bmap_bh); in affs_free_bitmap()360 sbi->s_bmap_bh = NULL; in affs_free_bitmap()
99 struct buffer_head *s_bmap_bh; member