Lines Matching defs:t_bh
3930 struct buffer_head *t_bh)
3936 struct ocfs2_dinode *t_di = (struct ocfs2_dinode *)t_bh->b_data;
3947 ret = ocfs2_journal_access_di(handle, INODE_CACHE(t_inode), t_bh,
3962 ocfs2_journal_dirty(handle, t_bh);
3972 struct buffer_head *t_bh,
3983 ocfs2_init_dinode_extent_tree(&et, INODE_CACHE(t_inode), t_bh);
4025 struct buffer_head *t_bh,
4031 struct ocfs2_dinode *di = (struct ocfs2_dinode *)t_bh->b_data;
4042 ret = ocfs2_journal_access_di(handle, INODE_CACHE(t_inode), t_bh,
4086 ocfs2_journal_dirty(handle, t_bh);
4096 struct buffer_head *t_bh,
4108 ret = ocfs2_set_refcount_tree(t_inode, t_bh,
4117 t_inode, t_bh);
4130 ret = ocfs2_duplicate_extent_list(s_inode, t_inode, t_bh,
4477 struct buffer_head *t_bh,
4497 ocfs2_init_dinode_extent_tree(&t_et, INODE_CACHE(t_inode), t_bh);
4522 ret = ocfs2_remove_inode_range(t_inode, t_bh, pstart, plen);
4591 struct buffer_head *t_bh,
4603 dit = (struct ocfs2_dinode *)t_bh->b_data;
4613 ret = ocfs2_duplicate_inline_data(s_inode, s_bh, t_inode, t_bh);
4651 ret = ocfs2_set_refcount_tree(t_inode, t_bh,
4661 ret = ocfs2_convert_inline_data_to_extents(t_inode, t_bh);
4669 ret = ocfs2_reflink_remap_extent(s_inode, s_bh, pos_in, t_inode, t_bh,
4783 struct buffer_head *t_bh)
4791 brelse(t_bh);