Searched refs:t_blocks_allocated (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dfile.c421 (th, th->t_blocks_allocated)) {
889 status = journal_end(th, th->t_super, th->t_blocks_allocated);
1497 err = journal_end(&th, th.t_super, th.t_blocks_allocated);
H A Dinode.c212 int len = th->t_blocks_allocated;
974 if (journal_transaction_should_end(th, th->t_blocks_allocated)) {
1910 journal_end(th, th->t_super, th->t_blocks_allocated);
1919 journal_end(th, th->t_super, th->t_blocks_allocated);
1947 journal_end(th, th->t_super, th->t_blocks_allocated);
H A Djournal.c2870 th->t_blocks_allocated += new_alloc ;
3056 th->t_blocks_allocated = nblocks;
3108 ret = journal_end(th, th->t_super, th->t_blocks_allocated);
3271 if (th->t_blocks_logged == th->t_blocks_allocated) {
3272 th->t_blocks_allocated += JOURNAL_PER_BALANCE_CNT;
3541 journal->j_len_alloc -= (th->t_blocks_allocated - th->t_blocks_logged);
H A Dstree.c1876 int orig_len_alloc = th->t_blocks_allocated;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1657 int t_blocks_allocated; /* number of blocks this writer allocated */ member in struct:reiserfs_transaction_handle
1700 return th->t_blocks_allocated - th->t_blocks_logged;

Completed in 185 milliseconds