Searched refs:revoke_records (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/fs/jbd2/ |
| D | transaction.c | 469 int revoke_records, gfp_t gfp_mask, in jbd2__journal_start() argument 484 nblocks += DIV_ROUND_UP(revoke_records, in jbd2__journal_start() 501 handle->h_revoke_credits = revoke_records; in jbd2__journal_start() 643 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() argument 666 handle->h_revoke_credits_requested + revoke_records, in jbd2_journal_extend() 690 handle->h_revoke_credits += revoke_records; in jbd2_journal_extend() 691 handle->h_revoke_credits_requested += revoke_records; in jbd2_journal_extend() 764 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart() argument 798 DIV_ROUND_UP(revoke_records, in jbd2__journal_restart() 800 handle->h_revoke_credits = revoke_records; in jbd2__journal_restart()
|
| /Linux-v5.10/include/linux/ |
| D | jbd2.h | 1472 int revoke_records, gfp_t gfp_mask, 1476 int revoke_records, gfp_t gfp_mask); 1481 int revoke_records);
|