Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djbd2.h739 #define JBD2_NR_BATCH 64 macro
881 struct buffer_head *j_chkpt_bhs[JBD2_NR_BATCH];
/openbmc/linux/fs/jbd2/
H A Dcheckpoint.c276 if ((batch_count == JBD2_NR_BATCH) || in jbd2_log_do_checkpoint()