Home
last modified time | relevance | path

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

/fs/reiserfs/
Djournal.c2933 th->t_blocks_allocated += new_alloc ; in journal_transaction_should_end()
3129 th->t_blocks_allocated = nblocks; in do_journal_begin_r()
3355 if (th->t_blocks_logged == th->t_blocks_allocated) { in journal_mark_dirty()
3356 th->t_blocks_allocated += JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty()
3633 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.c1113 if (journal_transaction_should_end(th, th->t_blocks_allocated)) { in reiserfs_get_block()