Home
last modified time | relevance | path

Searched refs:tl_bh (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Dalloc.c5805 struct buffer_head *tl_bh = osb->osb_tl_bh; in ocfs2_truncate_log_needs_flush() local
5905 ocfs2_journal_dirty(handle, tl_bh); in ocfs2_truncate_log_append()
5950 ocfs2_journal_dirty(handle, tl_bh); in ocfs2_replay_truncate_records()
6145 struct buffer_head **tl_bh) in ocfs2_get_truncate_log_info() argument
6168 *tl_bh = bh; in ocfs2_get_truncate_log_info()
6183 struct buffer_head *tl_bh = NULL; in ocfs2_begin_truncate_log_recovery() local
6212 *tl_copy = kmemdup(tl_bh->b_data, tl_bh->b_size, GFP_KERNEL); in ocfs2_begin_truncate_log_recovery()
6233 brelse(tl_bh); in ocfs2_begin_truncate_log_recovery()
6326 struct buffer_head *tl_bh = NULL; in ocfs2_truncate_log_init() local
6331 &tl_bh); in ocfs2_truncate_log_init()
[all …]