Home
last modified time | relevance | path

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

/fs/reiserfs/
Dinode.c227 int len = th->t_blocks_allocated; in restart_transaction()
1003 if (journal_transaction_should_end(th, th->t_blocks_allocated)) { in reiserfs_get_block()
1939 journal_end(th, th->t_super, th->t_blocks_allocated); in reiserfs_new_inode()
1948 journal_end(th, th->t_super, th->t_blocks_allocated); in reiserfs_new_inode()
1964 th->t_blocks_allocated); in reiserfs_new_inode()
1988 journal_end(th, th->t_super, th->t_blocks_allocated); in reiserfs_new_inode()
Djournal.c2887 th->t_blocks_allocated += new_alloc ; in journal_transaction_should_end()
3077 th->t_blocks_allocated = nblocks; in do_journal_begin_r()
3128 ret = journal_end(th, th->t_super, th->t_blocks_allocated); in reiserfs_end_persistent_transaction()
3293 if (th->t_blocks_logged == th->t_blocks_allocated) { in journal_mark_dirty()
3294 th->t_blocks_allocated += JOURNAL_PER_BALANCE_CNT; in journal_mark_dirty()
3563 journal->j_len_alloc -= (th->t_blocks_allocated - th->t_blocks_logged); in check_journal_end()
Dreiserfs.h2402 int t_blocks_allocated; /* number of blocks this writer allocated */ member
2445 return th->t_blocks_allocated - th->t_blocks_logged; in reiserfs_transaction_free_space()
Dstree.c1875 int orig_len_alloc = th->t_blocks_allocated; in reiserfs_do_truncate()