Searched refs:this_bh (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ext4/ |
D | indirect.c | 1007 struct buffer_head *this_bh, in ext4_free_data() argument 1020 if (this_bh) { /* For indirect block */ in ext4_free_data() 1021 BUFFER_TRACE(this_bh, "get_write_access"); in ext4_free_data() 1022 err = ext4_journal_get_write_access(handle, this_bh); in ext4_free_data() 1040 err = ext4_clear_blocks(handle, inode, this_bh, in ext4_free_data() 1053 err = ext4_clear_blocks(handle, inode, this_bh, block_to_free, in ext4_free_data() 1059 if (this_bh) { in ext4_free_data() 1060 BUFFER_TRACE(this_bh, "call ext4_handle_dirty_metadata"); in ext4_free_data() 1068 if ((EXT4_JOURNAL(inode) == NULL) || bh2jh(this_bh)) in ext4_free_data() 1069 ext4_handle_dirty_metadata(handle, inode, this_bh); in ext4_free_data() [all …]
|
/linux-4.1.27/fs/ext3/ |
D | inode.c | 2261 struct buffer_head *this_bh, in ext3_free_data() argument 2274 if (this_bh) { /* For indirect block */ in ext3_free_data() 2275 BUFFER_TRACE(this_bh, "get_write_access"); in ext3_free_data() 2276 err = ext3_journal_get_write_access(handle, this_bh); in ext3_free_data() 2294 ext3_clear_blocks(handle, inode, this_bh, in ext3_free_data() 2305 ext3_clear_blocks(handle, inode, this_bh, block_to_free, in ext3_free_data() 2308 if (this_bh) { in ext3_free_data() 2309 BUFFER_TRACE(this_bh, "call ext3_journal_dirty_metadata"); in ext3_free_data() 2317 if (bh2jh(this_bh)) in ext3_free_data() 2318 ext3_journal_dirty_metadata(handle, this_bh); in ext3_free_data() [all …]
|