Home
last modified time | relevance | path

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

/Linux-v6.6/fs/jbd2/
Dtransaction.c335 int blocks = handle->h_total_credits; in start_this_handle()
340 rsv_blocks = handle->h_rsv_handle->h_total_credits; in start_this_handle()
479 handle->h_total_credits = nblocks; in new_handle()
568 sub_reserved_credits(journal, handle->h_total_credits); in __jbd2_journal_unreserve_handle()
570 atomic_sub(handle->h_total_credits, &t->t_outstanding_credits); in __jbd2_journal_unreserve_handle()
634 line_no, handle->h_total_credits); in jbd2_journal_start_reserved()
701 handle->h_total_credits, in jbd2_journal_extend()
704 handle->h_total_credits += nblocks; in jbd2_journal_extend()
737 > handle->h_total_credits); in stop_this_handle()
743 handle->h_total_credits -= revoke_descriptors; in stop_this_handle()
[all …]
/Linux-v6.6/include/linux/
Djbd2.h486 int h_total_credits; member
1811 return handle->h_total_credits - in jbd2_handle_buffer_credits()