Lines Matching defs:t_bh
3959 struct buffer_head *t_bh)
3965 struct ocfs2_dinode *t_di = (struct ocfs2_dinode *)t_bh->b_data;
3976 ret = ocfs2_journal_access_di(handle, INODE_CACHE(t_inode), t_bh,
3991 ocfs2_journal_dirty(handle, t_bh);
4001 struct buffer_head *t_bh,
4012 ocfs2_init_dinode_extent_tree(&et, INODE_CACHE(t_inode), t_bh);
4054 struct buffer_head *t_bh,
4060 struct ocfs2_dinode *di = (struct ocfs2_dinode *)t_bh->b_data;
4071 ret = ocfs2_journal_access_di(handle, INODE_CACHE(t_inode), t_bh,
4115 ocfs2_journal_dirty(handle, t_bh);
4125 struct buffer_head *t_bh,
4137 ret = ocfs2_set_refcount_tree(t_inode, t_bh,
4146 t_inode, t_bh);
4159 ret = ocfs2_duplicate_extent_list(s_inode, t_inode, t_bh,
4506 struct buffer_head *t_bh,
4526 ocfs2_init_dinode_extent_tree(&t_et, INODE_CACHE(t_inode), t_bh);
4551 ret = ocfs2_remove_inode_range(t_inode, t_bh, pstart, plen);
4620 struct buffer_head *t_bh,
4632 dit = (struct ocfs2_dinode *)t_bh->b_data;
4642 ret = ocfs2_duplicate_inline_data(s_inode, s_bh, t_inode, t_bh);
4680 ret = ocfs2_set_refcount_tree(t_inode, t_bh,
4690 ret = ocfs2_convert_inline_data_to_extents(t_inode, t_bh);
4698 ret = ocfs2_reflink_remap_extent(s_inode, s_bh, pos_in, t_inode, t_bh,
4812 struct buffer_head *t_bh)
4820 brelse(t_bh);