Home
last modified time | relevance | path

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

/linux-6.1.9/fs/reiserfs/
Djournal.c2935 th->t_blocks_allocated += new_alloc ; in journal_transaction_should_end()
3131 th->t_blocks_allocated = nblocks; in do_journal_begin_r()
3357 if (th->t_blocks_logged == th->t_blocks_allocated) { in journal_mark_dirty()
3358 th->t_blocks_allocated += JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty()
3635 journal->j_len_alloc -= (th->t_blocks_allocated - th->t_blocks_logged); in check_journal_end()
Dreiserfs.h2855 int t_blocks_allocated; /* number of blocks this writer allocated */ member
2907 return th->t_blocks_allocated - th->t_blocks_logged; in reiserfs_transaction_free_space()
Dinode.c1105 if (journal_transaction_should_end(th, th->t_blocks_allocated)) { in reiserfs_get_block()