Lines Matching refs:tl_bh
5805 struct buffer_head *tl_bh = osb->osb_tl_bh;
5809 di = (struct ocfs2_dinode *) tl_bh->b_data;
5844 struct buffer_head *tl_bh = osb->osb_tl_bh;
5852 di = (struct ocfs2_dinode *) tl_bh->b_data;
5854 /* tl_bh is loaded from ocfs2_truncate_log_init(). It's validated
5877 status = ocfs2_journal_access_di(handle, INODE_CACHE(tl_inode), tl_bh,
5905 ocfs2_journal_dirty(handle, tl_bh);
5924 struct buffer_head *tl_bh = osb->osb_tl_bh;
5927 di = (struct ocfs2_dinode *) tl_bh->b_data;
5940 status = ocfs2_journal_access_di(handle, INODE_CACHE(tl_inode), tl_bh,
5950 ocfs2_journal_dirty(handle, tl_bh);
5991 struct buffer_head *tl_bh = osb->osb_tl_bh;
5999 di = (struct ocfs2_dinode *) tl_bh->b_data;
6001 /* tl_bh is loaded from ocfs2_truncate_log_init(). It's validated
6145 struct buffer_head **tl_bh)
6168 *tl_bh = bh;
6183 struct buffer_head *tl_bh = NULL;
6191 status = ocfs2_get_truncate_log_info(osb, slot_num, &tl_inode, &tl_bh);
6197 di = (struct ocfs2_dinode *) tl_bh->b_data;
6199 /* tl_bh is loaded from ocfs2_get_truncate_log_info(). It's
6212 *tl_copy = kmemdup(tl_bh->b_data, tl_bh->b_size, GFP_KERNEL);
6223 ocfs2_compute_meta_ecc(osb->sb, tl_bh->b_data, &di->i_check);
6224 status = ocfs2_write_block(osb, tl_bh, INODE_CACHE(tl_inode));
6233 brelse(tl_bh);
6326 struct buffer_head *tl_bh = NULL;
6331 &tl_bh);
6341 osb->osb_tl_bh = tl_bh;