Home
last modified time | relevance | path

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

/fs/ext3/
Dinode.c2181 struct buffer_head *parent_bh, in ext3_free_branches() argument
2266 if (parent_bh) { in ext3_free_branches()
2271 BUFFER_TRACE(parent_bh, "get_write_access"); in ext3_free_branches()
2273 parent_bh)){ in ext3_free_branches()
2275 BUFFER_TRACE(parent_bh, in ext3_free_branches()
2278 parent_bh); in ext3_free_branches()
2284 BUFFER_TRACE(parent_bh, "free data blocks"); in ext3_free_branches()
2285 ext3_free_data(handle, inode, parent_bh, first, last); in ext3_free_branches()
/fs/ext4/
Dinode.c3673 struct buffer_head *parent_bh, in ext4_free_branches() argument
3758 if (parent_bh) { in ext4_free_branches()
3763 BUFFER_TRACE(parent_bh, "get_write_access"); in ext4_free_branches()
3765 parent_bh)){ in ext4_free_branches()
3767 BUFFER_TRACE(parent_bh, in ext4_free_branches()
3771 parent_bh); in ext4_free_branches()
3777 BUFFER_TRACE(parent_bh, "free data blocks"); in ext4_free_branches()
3778 ext4_free_data(handle, inode, parent_bh, first, last); in ext4_free_branches()