Home
last modified time | relevance | path

Searched refs:block_bitmap_bh (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dialloc.c797 struct buffer_head *block_bitmap_bh; in ext4_mark_inode_used() local
799 block_bitmap_bh = ext4_read_block_bitmap(sb, group); in ext4_mark_inode_used()
800 if (IS_ERR(block_bitmap_bh)) { in ext4_mark_inode_used()
801 err = PTR_ERR(block_bitmap_bh); in ext4_mark_inode_used()
807 sync_dirty_buffer(block_bitmap_bh); in ext4_mark_inode_used()
820 brelse(block_bitmap_bh); in ext4_mark_inode_used()
1141 struct buffer_head *block_bitmap_bh; in __ext4_new_inode() local
1144 if (IS_ERR(block_bitmap_bh)) { in __ext4_new_inode()
1145 err = PTR_ERR(block_bitmap_bh); in __ext4_new_inode()
1152 brelse(block_bitmap_bh); in __ext4_new_inode()
[all …]