Searched refs:sc_task (Results 1 – 2 of 2) sorted by relevance
172 struct task_struct *sc_task; member
2195 if (sci->sc_task) { in nilfs_segctor_start_timer()2272 if (!sci->sc_task) in nilfs_segctor_sync()2420 thread_is_alive = (bool)sci->sc_task; in nilfs_segctor_accept()2456 if ((sci->sc_state & NILFS_SEGCTOR_COMMIT) && sci->sc_task && in nilfs_segctor_notify()2507 wake_up_process(sci->sc_task); in nilfs_construction_timeout()2706 sci->sc_task = NULL; in nilfs_segctor_thread()2786 if (sci->sc_task) { in nilfs_segctor_destroy()2788 kthread_stop(sci->sc_task); in nilfs_segctor_destroy()2872 sci->sc_task = t; in nilfs_attach_log_writer()2875 wake_up_process(sci->sc_task); in nilfs_attach_log_writer()