Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dsegment.h172 struct task_struct *sc_task; member
H A Dsegment.c2202 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()
[all …]