Home
last modified time | relevance | path

Searched refs:has_transaction (Results 1 – 4 of 4) 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.c322 bool has_transaction = true; in ext4_fc_mark_ineligible() local
336 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()
H A Dinode.c5821 bool has_transaction; in ext4_wait_for_tail_page_commit() local
5846 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()
/linux/drivers/android/binder/
H A Dthread.rs1442 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()