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.c800 struct buffer_head *block_bitmap_bh; in ext4_mark_inode_used() local
802 block_bitmap_bh = ext4_read_block_bitmap(sb, group); in ext4_mark_inode_used()
803 if (IS_ERR(block_bitmap_bh)) { in ext4_mark_inode_used()
804 err = PTR_ERR(block_bitmap_bh); in ext4_mark_inode_used()
808 BUFFER_TRACE(block_bitmap_bh, "dirty block bitmap"); in ext4_mark_inode_used()
809 err = ext4_handle_dirty_metadata(NULL, NULL, block_bitmap_bh); in ext4_mark_inode_used()
810 sync_dirty_buffer(block_bitmap_bh); in ext4_mark_inode_used()
819 ext4_block_bitmap_csum_set(sb, gdp, block_bitmap_bh); in ext4_mark_inode_used()
823 brelse(block_bitmap_bh); in ext4_mark_inode_used()
1146 struct buffer_head *block_bitmap_bh; in __ext4_new_inode() local
[all …]