Searched refs:j_barrier_count (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/fs/jbd2/
H A Dtransaction.c332 if (!handle->h_reserved && journal->j_barrier_count) { start_this_handle()
335 journal->j_barrier_count == 0); start_this_handle()
345 (handle->h_reserved || !journal->j_barrier_count)) { start_this_handle()
704 ++journal->j_barrier_count; jbd2_journal_lock_updates()
756 J_ASSERT(journal->j_barrier_count != 0); jbd2_journal_unlock_updates()
760 --journal->j_barrier_count; jbd2_journal_unlock_updates()
1763 if (journal->j_barrier_count) jbd2_journal_stop()
/linux-4.4.14/include/linux/
H A Djbd2.h738 * @j_barrier_count: Number of processes waiting to create a barrier lock
824 int j_barrier_count; member in struct:journal_s

Completed in 59 milliseconds