Home
last modified time | relevance | path

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

/fs/reiserfs/
Djournal.c2942 th->t_blocks_allocated += new_alloc ; in journal_transaction_should_end()
3136 th->t_blocks_allocated = nblocks; in do_journal_begin_r()
3362 if (th->t_blocks_logged == th->t_blocks_allocated) { in journal_mark_dirty()
3363 th->t_blocks_allocated += JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty()
3640 journal->j_len_alloc -= (th->t_blocks_allocated - th->t_blocks_logged); in check_journal_end()
Dreiserfs.h2854 int t_blocks_allocated; /* number of blocks this writer allocated */ member
2906 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()