Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c474 int revoke_records, gfp_t gfp_mask, in jbd2__journal_start() argument
489 nblocks += DIV_ROUND_UP(revoke_records, in jbd2__journal_start()
506 handle->h_revoke_credits = revoke_records; in jbd2__journal_start()
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()
769 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart() argument
803 DIV_ROUND_UP(revoke_records, in jbd2__journal_restart()
805 handle->h_revoke_credits = revoke_records; in jbd2__journal_restart()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1472 int revoke_records, gfp_t gfp_mask,
1476 int revoke_records, gfp_t gfp_mask);
1481 int revoke_records);