Home
last modified time | relevance | path

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

/linux/fs/jbd2/
H A Dcheckpoint.c82 bool has_transaction = false; in __jbd2_log_wait_for_space() local
86 has_transaction = true; in __jbd2_log_wait_for_space()
98 } else if (has_transaction) { in __jbd2_log_wait_for_space()
/linux/fs/ext4/
H A Dfast_commit.c340 bool has_transaction = true; in ext4_fc_mark_ineligible() local
353 has_transaction = false; in ext4_fc_mark_ineligible()
358 if (has_transaction && (!is_ineligible || tid_gt(tid, sbi->s_fc_ineligible_tid))) in ext4_fc_mark_ineligible()
H A Dinode.c5284 bool has_transaction; in ext4_wait_for_tail_page_commit() local
5309 has_transaction = false; in ext4_wait_for_tail_page_commit()
5313 has_transaction = true; in ext4_wait_for_tail_page_commit()
5316 if (has_transaction) in ext4_wait_for_tail_page_commit()