Searched refs:s_bmap_bh (Results 1 – 2 of 2) sorted by relevance
82 bh = sbi->s_bmap_bh; in affs_free_block()88 sbi->s_bmap_bh = bh; in affs_free_block()119 sbi->s_bmap_bh = NULL; in affs_free_block()195 bh = sbi->s_bmap_bh; in affs_alloc_block()201 sbi->s_bmap_bh = bh; in affs_alloc_block()260 sbi->s_bmap_bh = NULL; in affs_alloc_block()288 sbi->s_bmap_bh = NULL; in affs_init_bitmap()385 affs_brelse(sbi->s_bmap_bh); in affs_free_bitmap()386 sbi->s_bmap_bh = NULL; in affs_free_bitmap()
107 struct buffer_head *s_bmap_bh; member