Home
last modified time | relevance | path

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

/linux-4.19.296/fs/reiserfs/
Djournal.c3142 th->t_blocks_logged = 0; in do_journal_begin_r()
3369 if (th->t_blocks_logged == th->t_blocks_allocated) { in journal_mark_dirty()
3373 th->t_blocks_logged++; in journal_mark_dirty()
3648 journal->j_len_alloc -= (th->t_blocks_allocated - th->t_blocks_logged); in check_journal_end()
Dreiserfs.h2856 int t_blocks_logged; /* number of blocks this writer has logged */ member
2909 return th->t_blocks_allocated - th->t_blocks_logged; in reiserfs_transaction_free_space()