Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Djbd2.h741 #define JBD2_NR_BATCH 64 macro
863 struct buffer_head *j_chkpt_bhs[JBD2_NR_BATCH];
/Linux-v4.19/fs/jbd2/
Dcheckpoint.c306 if ((batch_count == JBD2_NR_BATCH) || in jbd2_log_do_checkpoint()