Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c1863 if (handle->h_sync && journal->j_last_sync_writer != pid && in jbd2_journal_stop()
1867 journal->j_last_sync_writer = pid; in jbd2_journal_stop()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1139 pid_t j_last_sync_writer; member