Home
last modified time | relevance | path

Searched refs:j_last_sync_writer (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Djbd.h765 pid_t j_last_sync_writer; member
Djbd2.h955 pid_t j_last_sync_writer; member
/linux-4.1.27/fs/jbd/
Dtransaction.c1412 if (handle->h_sync && journal->j_last_sync_writer != pid) { in journal_stop()
1415 journal->j_last_sync_writer = pid; in journal_stop()
/linux-4.1.27/fs/jbd2/
Dtransaction.c1597 if (handle->h_sync && journal->j_last_sync_writer != pid && in jbd2_journal_stop()
1601 journal->j_last_sync_writer = pid; in jbd2_journal_stop()