Home
last modified time | relevance | path

Searched refs:t_blocks_logged (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/reiserfs/
H A Djournal.c3130 th->t_blocks_logged = 0; in do_journal_begin_r()
3357 if (th->t_blocks_logged == th->t_blocks_allocated) { in journal_mark_dirty()
3361 th->t_blocks_logged++; in journal_mark_dirty()
3635 journal->j_len_alloc -= (th->t_blocks_allocated - th->t_blocks_logged); in check_journal_end()
H A 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()
/kernel/linux/linux-6.6/fs/reiserfs/
H A Djournal.c3135 th->t_blocks_logged = 0; in do_journal_begin_r()
3362 if (th->t_blocks_logged == th->t_blocks_allocated) { in journal_mark_dirty()
3366 th->t_blocks_logged++; in journal_mark_dirty()
3640 journal->j_len_alloc -= (th->t_blocks_allocated - th->t_blocks_logged); in check_journal_end()
H A Dreiserfs.h2853 int t_blocks_logged; /* number of blocks this writer has logged */ member
2906 return th->t_blocks_allocated - th->t_blocks_logged; in reiserfs_transaction_free_space()

Completed in 23 milliseconds