Lines Matching refs:sc_task
2202 if (sci->sc_task) { in nilfs_segctor_start_timer()
2263 if (!sci->sc_task) in nilfs_segctor_sync()
2401 thread_is_alive = (bool)sci->sc_task; in nilfs_segctor_accept()
2437 if ((sci->sc_state & NILFS_SEGCTOR_COMMIT) && sci->sc_task && in nilfs_segctor_notify()
2490 wake_up_process(sci->sc_task); in nilfs_construction_timeout()
2689 sci->sc_task = NULL; in nilfs_segctor_thread()
2769 if (sci->sc_task) { in nilfs_segctor_destroy()
2771 if (kthread_stop(sci->sc_task)) { in nilfs_segctor_destroy()
2773 sci->sc_task = NULL; in nilfs_segctor_destroy()
2861 sci->sc_task = t; in nilfs_attach_log_writer()
2864 wake_up_process(sci->sc_task); in nilfs_attach_log_writer()