Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dsegment.h116 * @sc_timer: Timer for segctord
171 struct timer_list sc_timer; member
H A Dsegment.c2203 sci->sc_timer.expires = jiffies + sci->sc_interval; in nilfs_segctor_start_timer()
2204 add_timer(&sci->sc_timer); in nilfs_segctor_start_timer()
2406 * termination. Therefore, deleting sc_timer, which should not be in nilfs_segctor_accept()
2411 timer_delete_sync(&sci->sc_timer); in nilfs_segctor_accept()
2438 time_before(jiffies, sci->sc_timer.expires)) in nilfs_segctor_notify()
2439 add_timer(&sci->sc_timer); in nilfs_segctor_notify()
2488 struct nilfs_sc_info *sci = timer_container_of(sci, t, sc_timer); in nilfs_construction_timeout()
2573 * Unclosed segment should be retried. We do this using sc_timer. in nilfs_segctor_thread_construct()
2574 * Timeout of sc_timer will invoke complete construction which leads in nilfs_segctor_thread_construct()
2629 time_after_eq(jiffies, sci->sc_timer in nilfs_log_write_required()
[all...]