Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dcommit.c447 prepare_to_wait(&journal->j_fc_wait, &wait, in jbd2_journal_commit_transaction()
452 finish_wait(&journal->j_fc_wait, &wait); in jbd2_journal_commit_transaction()
1195 wake_up(&journal->j_fc_wait); in jbd2_journal_commit_transaction()
H A Djournal.c751 prepare_to_wait(&journal->j_fc_wait, &wait, in jbd2_fc_begin_commit()
755 finish_wait(&journal->j_fc_wait, &wait); in jbd2_fc_begin_commit()
778 wake_up(&journal->j_fc_wait); in __jbd2_fc_end_commit()
1328 init_waitqueue_head(&journal->j_fc_wait); in journal_init_common()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h878 wait_queue_head_t j_fc_wait; member