Home
last modified time | relevance | path

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

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