Home
last modified time | relevance | path

Searched refs:batch_count (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/jbd2/
Dcheckpoint.c179 __flush_batch(journal_t *journal, int *batch_count) in __flush_batch() argument
185 for (i = 0; i < *batch_count; i++) in __flush_batch()
189 for (i = 0; i < *batch_count; i++) { in __flush_batch()
194 *batch_count = 0; in __flush_batch()
211 int result, batch_count = 0; in jbd2_log_do_checkpoint() local
303 journal->j_chkpt_bhs[batch_count++] = bh; in jbd2_log_do_checkpoint()
306 if ((batch_count == JBD2_NR_BATCH) || in jbd2_log_do_checkpoint()
312 if (batch_count) { in jbd2_log_do_checkpoint()
316 if (batch_count) in jbd2_log_do_checkpoint()
317 __flush_batch(journal, &batch_count); in jbd2_log_do_checkpoint()
/linux-4.19.296/include/asm-generic/
Dtlb.h116 unsigned int batch_count; member
/linux-4.19.296/include/target/iscsi/
Discsi_target_core.h336 u32 batch_count; member