Lines Matching defs:this_bh
906 * @this_bh: indirect buffer_head which contains *@first and *@last
918 * @this_bh will be %NULL if @first and @last point into the inode's direct
922 struct buffer_head *this_bh,
935 if (this_bh) { /* For indirect block */
936 BUFFER_TRACE(this_bh, "get_write_access");
938 this_bh, EXT4_JTR_NONE);
956 err = ext4_clear_blocks(handle, inode, this_bh,
969 err = ext4_clear_blocks(handle, inode, this_bh, block_to_free,
975 if (this_bh) {
976 BUFFER_TRACE(this_bh, "call ext4_handle_dirty_metadata");
984 if ((EXT4_JOURNAL(inode) == NULL) || bh2jh(this_bh))
985 ext4_handle_dirty_metadata(handle, inode, this_bh);
990 (unsigned long long) this_bh->b_blocknr);