Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jbd2/
H A Dtransaction.c474 int revoke_records, gfp_t gfp_mask, in jbd2__journal_start()
489 nblocks += DIV_ROUND_UP(revoke_records, in jbd2__journal_start()
506 handle->h_revoke_credits = revoke_records; in jbd2__journal_start()
631 * @revoke_records: number of revoke records to try to extend by.
648 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() argument
671 handle->h_revoke_credits_requested + revoke_records, in jbd2_journal_extend()
695 handle->h_revoke_credits += revoke_records; in jbd2_journal_extend()
696 handle->h_revoke_credits_requested += revoke_records; in jbd2_journal_extend()
756 * @revoke_records: number of revoke record credits requested
769 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart() argument
473 jbd2__journal_start(journal_t *journal, int nblocks, int rsv_blocks, int revoke_records, gfp_t gfp_mask, unsigned int type, unsigned int line_no) jbd2__journal_start() argument
[all...]
/kernel/linux/linux-6.6/fs/jbd2/
H A Dtransaction.c486 int revoke_records, gfp_t gfp_mask, in jbd2__journal_start()
501 nblocks += DIV_ROUND_UP(revoke_records, in jbd2__journal_start()
518 handle->h_revoke_credits = revoke_records; in jbd2__journal_start()
643 * @revoke_records: number of revoke records to try to extend by.
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()
765 * @revoke_records: number of revoke record credits requested
778 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart() argument
485 jbd2__journal_start(journal_t *journal, int nblocks, int rsv_blocks, int revoke_records, gfp_t gfp_mask, unsigned int type, unsigned int line_no) jbd2__journal_start() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Djbd2.h1507 int revoke_records, gfp_t gfp_mask,
1511 int revoke_records, gfp_t gfp_mask);
1516 int revoke_records);
/kernel/linux/linux-6.6/include/linux/
H A Djbd2.h1513 int revoke_records, gfp_t gfp_mask,
1517 int revoke_records, gfp_t gfp_mask);
1522 int revoke_records);

Completed in 9 milliseconds