Home
last modified time | relevance | path

Searched refs:parent_bh (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/ext3/
Dinode.c2280 struct buffer_head *parent_bh, in ext3_free_branches() argument
2369 if (parent_bh) { in ext3_free_branches()
2374 BUFFER_TRACE(parent_bh, "get_write_access"); in ext3_free_branches()
2376 parent_bh)){ in ext3_free_branches()
2378 BUFFER_TRACE(parent_bh, in ext3_free_branches()
2381 parent_bh); in ext3_free_branches()
2387 BUFFER_TRACE(parent_bh, "free data blocks"); in ext3_free_branches()
2388 ext3_free_data(handle, inode, parent_bh, first, last); in ext3_free_branches()
/linux-2.6.39/fs/ext4/
Dinode.c4270 struct buffer_head *parent_bh, in ext4_free_branches() argument
4357 if (parent_bh) { in ext4_free_branches()
4362 BUFFER_TRACE(parent_bh, "get_write_access"); in ext4_free_branches()
4364 parent_bh)){ in ext4_free_branches()
4366 BUFFER_TRACE(parent_bh, in ext4_free_branches()
4370 parent_bh); in ext4_free_branches()
4376 BUFFER_TRACE(parent_bh, "free data blocks"); in ext4_free_branches()
4377 ext4_free_data(handle, inode, parent_bh, first, last); in ext4_free_branches()