Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jbd2/
Dtransaction.c486 int revoke_records, gfp_t gfp_mask, in jbd2__journal_start() argument
501 nblocks += DIV_ROUND_UP(revoke_records, in jbd2__journal_start()
518 handle->h_revoke_credits = revoke_records; in jbd2__journal_start()
660 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() argument
683 handle->h_revoke_credits_requested + revoke_records, in jbd2_journal_extend()
706 handle->h_revoke_credits += revoke_records; in jbd2_journal_extend()
707 handle->h_revoke_credits_requested += revoke_records; in jbd2_journal_extend()
778 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart() argument
812 DIV_ROUND_UP(revoke_records, in jbd2__journal_restart()
814 handle->h_revoke_credits = revoke_records; in jbd2__journal_restart()
/linux-6.1.9/include/linux/
Djbd2.h1512 int revoke_records, gfp_t gfp_mask,
1516 int revoke_records, gfp_t gfp_mask);
1521 int revoke_records);