Home
last modified time | relevance | path

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

/Linux-v5.15/fs/jbd2/
Dtransaction.c491 int revoke_records, gfp_t gfp_mask, in jbd2__journal_start() argument
506 nblocks += DIV_ROUND_UP(revoke_records, in jbd2__journal_start()
523 handle->h_revoke_credits = revoke_records; in jbd2__journal_start()
665 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() argument
688 handle->h_revoke_credits_requested + revoke_records, in jbd2_journal_extend()
712 handle->h_revoke_credits += revoke_records; in jbd2_journal_extend()
713 handle->h_revoke_credits_requested += revoke_records; in jbd2_journal_extend()
786 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart() argument
820 DIV_ROUND_UP(revoke_records, in jbd2__journal_restart()
822 handle->h_revoke_credits = revoke_records; in jbd2__journal_restart()
/Linux-v5.15/include/linux/
Djbd2.h1521 int revoke_records, gfp_t gfp_mask,
1525 int revoke_records, gfp_t gfp_mask);
1530 int revoke_records);