Searched defs:tl_bh (Results 1 - 1 of 1) sorted by relevance

/fs/ocfs2/
H A Dalloc.c5775 struct buffer_head *tl_bh = osb->osb_tl_bh; local
5779 di = (struct ocfs2_dinode *) tl_bh->b_data;
5814 struct buffer_head *tl_bh = osb->osb_tl_bh; local
5822 di = (struct ocfs2_dinode *) tl_bh->b_data;
5824 /* tl_bh is loaded from ocfs2_truncate_log_init(). It's validated
5847 status = ocfs2_journal_access_di(handle, INODE_CACHE(tl_inode), tl_bh,
5875 ocfs2_journal_dirty(handle, tl_bh);
5895 struct buffer_head *tl_bh = osb->osb_tl_bh; local
5897 di = (struct ocfs2_dinode *) tl_bh->b_data;
5903 status = ocfs2_journal_access_di(handle, INODE_CACHE(tl_inode), tl_bh,
5961 struct buffer_head *tl_bh = osb->osb_tl_bh; local
6070 ocfs2_get_truncate_log_info(struct ocfs2_super *osb, int slot_num, struct inode **tl_inode, struct buffer_head **tl_bh) argument
6111 struct buffer_head *tl_bh = NULL; local
6255 struct buffer_head *tl_bh = NULL; local
[all...]

Completed in 31 milliseconds