Home | History | Annotate | Download | only in linux

Lines Matching refs:nblocks

896 extern handle_t *journal_start(journal_t *, int nblocks);
897 extern int journal_restart (handle_t *, int nblocks);
898 extern int journal_extend (handle_t *, int nblocks);
1063 int nblocks = journal->j_max_transaction_buffers;
1065 nblocks += journal->j_committing_transaction->
1067 return nblocks;