Home
last modified time | relevance | path

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

/fs/jbd2/
Dtransaction.c471 int revoke_records, gfp_t gfp_mask, in jbd2__journal_start() argument
486 nblocks += DIV_ROUND_UP(revoke_records, in jbd2__journal_start()
503 handle->h_revoke_credits = revoke_records; in jbd2__journal_start()
645 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() argument
668 handle->h_revoke_credits_requested + revoke_records, in jbd2_journal_extend()
691 handle->h_revoke_credits += revoke_records; in jbd2_journal_extend()
692 handle->h_revoke_credits_requested += revoke_records; in jbd2_journal_extend()
763 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart() argument
797 DIV_ROUND_UP(revoke_records, in jbd2__journal_restart()
799 handle->h_revoke_credits = revoke_records; in jbd2__journal_restart()