Searched refs:old_nblks (Results 1 – 1 of 1) sorted by relevance
479 int old_nblks = jbd2_handle_buffer_credits(handle); in ocfs2_assure_trans_credits() local481 trace_ocfs2_assure_trans_credits(old_nblks); in ocfs2_assure_trans_credits()482 if (old_nblks >= nblocks) in ocfs2_assure_trans_credits()484 return ocfs2_extend_trans(handle, nblocks - old_nblks); in ocfs2_assure_trans_credits()495 int status, old_nblks; in ocfs2_allocate_extend_trans() local499 old_nblks = jbd2_handle_buffer_credits(handle); in ocfs2_allocate_extend_trans()500 trace_ocfs2_allocate_extend_trans(old_nblks, thresh); in ocfs2_allocate_extend_trans()502 if (old_nblks < thresh) in ocfs2_allocate_extend_trans()