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

/linux-master/fs/fat/
H A Dnfs.c229 struct buffer_head *parent_bh = sb_bread(sb, blknr); local
230 if (!parent_bh) {
236 de = (struct msdos_dir_entry *) parent_bh->b_data;
244 brelse(parent_bh);
256 brelse(parent_bh);
/linux-master/fs/ext4/
H A Dindirect.c998 * @parent_bh: the buffer_head which contains *@first and *@last
1008 struct buffer_head *parent_bh,
1094 if (parent_bh) {
1099 BUFFER_TRACE(parent_bh, "get_write_access");
1101 inode->i_sb, parent_bh,
1104 BUFFER_TRACE(parent_bh,
1108 parent_bh);
1114 BUFFER_TRACE(parent_bh, "free data blocks");
1115 ext4_free_data(handle, inode, parent_bh, first, last);
1007 ext4_free_branches(handle_t *handle, struct inode *inode, struct buffer_head *parent_bh, __le32 *first, __le32 *last, int depth) argument

Completed in 263 milliseconds