Lines Matching defs:this_bh
903 * @this_bh: indirect buffer_head which contains *@first and *@last
915 * @this_bh will be %NULL if @first and @last point into the inode's direct
919 struct buffer_head *this_bh,
932 if (this_bh) { /* For indirect block */
933 BUFFER_TRACE(this_bh, "get_write_access");
934 err = ext4_journal_get_write_access(handle, this_bh);
952 err = ext4_clear_blocks(handle, inode, this_bh,
965 err = ext4_clear_blocks(handle, inode, this_bh, block_to_free,
971 if (this_bh) {
972 BUFFER_TRACE(this_bh, "call ext4_handle_dirty_metadata");
980 if ((EXT4_JOURNAL(inode) == NULL) || bh2jh(this_bh))
981 ext4_handle_dirty_metadata(handle, inode, this_bh);
986 (unsigned long long) this_bh->b_blocknr);