Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Djournal.c61 static int ocfs2_commit_thread(void *arg);
1166 osb->commit_task = kthread_run(ocfs2_commit_thread, osb, in ocfs2_journal_load()
2366 static int ocfs2_commit_thread(void *arg) in ocfs2_commit_thread() function