Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Djbd2.h760 #define JBD2_NR_BATCH 64 macro
907 struct buffer_head *j_chkpt_bhs[JBD2_NR_BATCH];
/linux-5.19.10/fs/jbd2/
Dcheckpoint.c309 if ((batch_count == JBD2_NR_BATCH) || in jbd2_log_do_checkpoint()