Searched refs:has_transaction (Results 1 – 4 of 4) sorted by relevance
82 bool has_transaction = false; in __jbd2_log_wait_for_space() local86 has_transaction = true; in __jbd2_log_wait_for_space()98 } else if (has_transaction) { in __jbd2_log_wait_for_space()
322 bool has_transaction = true; in ext4_fc_mark_ineligible() local336 has_transaction = false; in ext4_fc_mark_ineligible()341 if (has_transaction && (!is_ineligible || tid_gt(tid, sbi->s_fc_ineligible_tid))) in ext4_fc_mark_ineligible()
5821 bool has_transaction; in ext4_wait_for_tail_page_commit() local5846 has_transaction = false; in ext4_wait_for_tail_page_commit()5850 has_transaction = true; in ext4_wait_for_tail_page_commit()5853 if (has_transaction) in ext4_wait_for_tail_page_commit()
1442 let (in_pool, has_transaction, thread_todo, use_proc_queue) = { in read()1452 crate::trace::trace_wait_for_work(use_proc_queue, has_transaction, thread_todo); in read()