Searched refs:tl_bh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 5807 struct buffer_head *tl_bh = osb->osb_tl_bh; in ocfs2_truncate_log_needs_flush() local 5811 di = (struct ocfs2_dinode *) tl_bh->b_data; in ocfs2_truncate_log_needs_flush() 5846 struct buffer_head *tl_bh = osb->osb_tl_bh; in ocfs2_truncate_log_append() local 5854 di = (struct ocfs2_dinode *) tl_bh->b_data; in ocfs2_truncate_log_append() 5856 /* tl_bh is loaded from ocfs2_truncate_log_init(). It's validated in ocfs2_truncate_log_append() 5879 status = ocfs2_journal_access_di(handle, INODE_CACHE(tl_inode), tl_bh, in ocfs2_truncate_log_append() 5907 ocfs2_journal_dirty(handle, tl_bh); in ocfs2_truncate_log_append() 5926 struct buffer_head *tl_bh = osb->osb_tl_bh; in ocfs2_replay_truncate_records() local 5929 di = (struct ocfs2_dinode *) tl_bh->b_data; in ocfs2_replay_truncate_records() 5942 status = ocfs2_journal_access_di(handle, INODE_CACHE(tl_inode), tl_bh, in ocfs2_replay_truncate_records() 5991 struct buffer_head *tl_bh = osb->osb_tl_bh; __ocfs2_flush_truncate_log() local 6142 ocfs2_get_truncate_log_info(struct ocfs2_super *osb, int slot_num, struct inode **tl_inode, struct buffer_head **tl_bh) ocfs2_get_truncate_log_info() argument 6183 struct buffer_head *tl_bh = NULL; ocfs2_begin_truncate_log_recovery() local 6326 struct buffer_head *tl_bh = NULL; ocfs2_truncate_log_init() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 5805 struct buffer_head *tl_bh = osb->osb_tl_bh; in ocfs2_truncate_log_needs_flush() local 5809 di = (struct ocfs2_dinode *) tl_bh->b_data; in ocfs2_truncate_log_needs_flush() 5844 struct buffer_head *tl_bh = osb->osb_tl_bh; in ocfs2_truncate_log_append() local 5852 di = (struct ocfs2_dinode *) tl_bh->b_data; in ocfs2_truncate_log_append() 5854 /* tl_bh is loaded from ocfs2_truncate_log_init(). It's validated in ocfs2_truncate_log_append() 5877 status = ocfs2_journal_access_di(handle, INODE_CACHE(tl_inode), tl_bh, in ocfs2_truncate_log_append() 5905 ocfs2_journal_dirty(handle, tl_bh); in ocfs2_truncate_log_append() 5924 struct buffer_head *tl_bh = osb->osb_tl_bh; in ocfs2_replay_truncate_records() local 5927 di = (struct ocfs2_dinode *) tl_bh->b_data; in ocfs2_replay_truncate_records() 5940 status = ocfs2_journal_access_di(handle, INODE_CACHE(tl_inode), tl_bh, in ocfs2_replay_truncate_records() 5991 struct buffer_head *tl_bh = osb->osb_tl_bh; __ocfs2_flush_truncate_log() local 6142 ocfs2_get_truncate_log_info(struct ocfs2_super *osb, int slot_num, struct inode **tl_inode, struct buffer_head **tl_bh) ocfs2_get_truncate_log_info() argument 6183 struct buffer_head *tl_bh = NULL; ocfs2_begin_truncate_log_recovery() local 6326 struct buffer_head *tl_bh = NULL; ocfs2_truncate_log_init() local [all...] |
Completed in 15 milliseconds