Home
last modified time | relevance | path

Searched refs:old_nblks (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Djournal.c460 int status, old_nblks; in ocfs2_allocate_extend_trans() local
464 old_nblks = jbd2_handle_buffer_credits(handle); in ocfs2_allocate_extend_trans()
465 trace_ocfs2_allocate_extend_trans(old_nblks, thresh); in ocfs2_allocate_extend_trans()
467 if (old_nblks < thresh) in ocfs2_allocate_extend_trans()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Djournal.c456 int status, old_nblks; in ocfs2_allocate_extend_trans() local
460 old_nblks = jbd2_handle_buffer_credits(handle); in ocfs2_allocate_extend_trans()
461 trace_ocfs2_allocate_extend_trans(old_nblks, thresh); in ocfs2_allocate_extend_trans()
463 if (old_nblks < thresh) in ocfs2_allocate_extend_trans()

Completed in 6 milliseconds