Searched refs:t_trans_id (Results 1 – 3 of 3) sorted by relevance
2353 th->t_trans_id = SB_JOURNAL(p_s_sb)->j_trans_id ; in do_journal_begin_r()2394 if (th->t_trans_id != SB_JOURNAL(p_s_sb)->j_trans_id) { in journal_mark_dirty()2396 th->t_trans_id, SB_JOURNAL(p_s_sb)->j_trans_id); in journal_mark_dirty()2719 if (th->t_trans_id != SB_JOURNAL(p_s_sb)->j_trans_id) { in check_journal_end()2721 th->t_trans_id, SB_JOURNAL(p_s_sb)->j_trans_id); in check_journal_end()2758 SB_JOURNAL(p_s_sb)->j_trans_id == th->t_trans_id) { in check_journal_end()
557 th.t_trans_id = 0 ; in reiserfs_get_block()1712 th->t_trans_id = 0 ; /* so the caller can't use this handle later */ in reiserfs_new_inode()
178 unsigned long t_trans_id ; /* sanity check, equals the current trans id */ member