Searched refs:jfsSyncThread (Results 1 – 3 of 3) sorted by relevance
120 extern struct task_struct *jfsSyncThread;
67 struct task_struct *jfsSyncThread; variable1019 jfsSyncThread = kthread_run(jfs_sync, NULL, "jfsSync"); in init_jfs_fs()1020 if (IS_ERR(jfsSyncThread)) { in init_jfs_fs()1021 rc = PTR_ERR(jfsSyncThread); in init_jfs_fs()1037 kthread_stop(jfsSyncThread); in init_jfs_fs()1063 kthread_stop(jfsSyncThread); in exit_jfs_fs()
209 wake_up_process(jfsSyncThread); in txLockAlloc()