Searched refs:revoke_records (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/jbd2/ |
| H A D | transaction.c | 467 int revoke_records, gfp_t gfp_mask, in jbd2__journal_start() argument 482 nblocks += DIV_ROUND_UP(revoke_records, in jbd2__journal_start() 499 handle->h_revoke_credits = revoke_records; in jbd2__journal_start() 641 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() argument 664 handle->h_revoke_credits_requested + revoke_records, in jbd2_journal_extend() 687 handle->h_revoke_credits += revoke_records; in jbd2_journal_extend() 688 handle->h_revoke_credits_requested += revoke_records; in jbd2_journal_extend() 759 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart() argument 793 DIV_ROUND_UP(revoke_records, in jbd2__journal_restart() 795 handle->h_revoke_credits = revoke_records; in jbd2__journal_restart()
|