Searched refs:this_bh (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | indirect.c | 922 struct buffer_head *this_bh, in ext4_free_data() argument 935 if (this_bh) { /* For indirect block */ in ext4_free_data() 936 BUFFER_TRACE(this_bh, "get_write_access"); in ext4_free_data() 938 this_bh, EXT4_JTR_NONE); in ext4_free_data() 956 err = ext4_clear_blocks(handle, inode, this_bh, in ext4_free_data() 969 err = ext4_clear_blocks(handle, inode, this_bh, block_to_free, in ext4_free_data() 975 if (this_bh) { in ext4_free_data() 976 BUFFER_TRACE(this_bh, "call ext4_handle_dirty_metadata"); in ext4_free_data() 984 if ((EXT4_JOURNAL(inode) == NULL) || bh2jh(this_bh)) in ext4_free_data() 985 ext4_handle_dirty_metadata(handle, inode, this_bh); in ext4_free_data() [all …]
|