Searched refs:t_blocks_logged (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c3055 th->t_blocks_logged = 0;
3271 if (th->t_blocks_logged == th->t_blocks_allocated) {
3275 th->t_blocks_logged++;
3541 journal->j_len_alloc -= (th->t_blocks_allocated - th->t_blocks_logged);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1656 int t_blocks_logged; /* number of blocks this writer has logged */ member in struct:reiserfs_transaction_handle
1700 return th->t_blocks_allocated - th->t_blocks_logged;

Completed in 178 milliseconds