Searched refs:this_bh (Results 1 – 2 of 2) sorted by relevance
/fs/ext3/ |
D | inode.c | 2100 struct buffer_head *this_bh, in ext3_free_data() argument 2113 if (this_bh) { /* For indirect block */ in ext3_free_data() 2114 BUFFER_TRACE(this_bh, "get_write_access"); in ext3_free_data() 2115 err = ext3_journal_get_write_access(handle, this_bh); in ext3_free_data() 2133 ext3_clear_blocks(handle, inode, this_bh, in ext3_free_data() 2144 ext3_clear_blocks(handle, inode, this_bh, block_to_free, in ext3_free_data() 2147 if (this_bh) { in ext3_free_data() 2148 BUFFER_TRACE(this_bh, "call ext3_journal_dirty_metadata"); in ext3_free_data() 2156 if (bh2jh(this_bh)) in ext3_free_data() 2157 ext3_journal_dirty_metadata(handle, this_bh); in ext3_free_data() [all …]
|
/fs/ext4/ |
D | inode.c | 3592 struct buffer_head *this_bh, in ext4_free_data() argument 3605 if (this_bh) { /* For indirect block */ in ext4_free_data() 3606 BUFFER_TRACE(this_bh, "get_write_access"); in ext4_free_data() 3607 err = ext4_journal_get_write_access(handle, this_bh); in ext4_free_data() 3625 ext4_clear_blocks(handle, inode, this_bh, in ext4_free_data() 3636 ext4_clear_blocks(handle, inode, this_bh, block_to_free, in ext4_free_data() 3639 if (this_bh) { in ext4_free_data() 3640 BUFFER_TRACE(this_bh, "call ext4_handle_dirty_metadata"); in ext4_free_data() 3648 if ((EXT4_JOURNAL(inode) == NULL) || bh2jh(this_bh)) in ext4_free_data() 3649 ext4_handle_dirty_metadata(handle, inode, this_bh); in ext4_free_data() [all …]
|