Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fat/
Dnfs.c232 struct buffer_head *parent_bh = sb_bread(sb, blknr); in fat_rebuild_parent() local
233 if (!parent_bh) { in fat_rebuild_parent()
239 de = (struct msdos_dir_entry *) parent_bh->b_data; in fat_rebuild_parent()
247 brelse(parent_bh); in fat_rebuild_parent()
259 brelse(parent_bh); in fat_rebuild_parent()
/linux-4.1.27/fs/ext4/
Dindirect.c1092 struct buffer_head *parent_bh, in ext4_free_branches() argument
1179 if (parent_bh) { in ext4_free_branches()
1184 BUFFER_TRACE(parent_bh, "get_write_access"); in ext4_free_branches()
1186 parent_bh)){ in ext4_free_branches()
1188 BUFFER_TRACE(parent_bh, in ext4_free_branches()
1192 parent_bh); in ext4_free_branches()
1198 BUFFER_TRACE(parent_bh, "free data blocks"); in ext4_free_branches()
1199 ext4_free_data(handle, inode, parent_bh, first, last); in ext4_free_branches()
/linux-4.1.27/fs/ext3/
Dinode.c2342 struct buffer_head *parent_bh, in ext3_free_branches() argument
2431 if (parent_bh) { in ext3_free_branches()
2436 BUFFER_TRACE(parent_bh, "get_write_access"); in ext3_free_branches()
2438 parent_bh)){ in ext3_free_branches()
2440 BUFFER_TRACE(parent_bh, in ext3_free_branches()
2443 parent_bh); in ext3_free_branches()
2449 BUFFER_TRACE(parent_bh, "free data blocks"); in ext3_free_branches()
2450 ext3_free_data(handle, inode, parent_bh, first, last); in ext3_free_branches()