Searched refs:old_work (Results 1 – 2 of 2) sorted by relevance
89 sbi = container_of(work, struct reiserfs_sb_info, old_work.work); in flush_old_commits()101 queue_delayed_work(system_long_wq, &sbi->old_work, HZ); in flush_old_commits()130 queue_delayed_work(system_long_wq, &sbi->old_work, delay); in reiserfs_schedule_old_flush()144 cancel_delayed_work_sync(&REISERFS_SB(s)->old_work); in reiserfs_cancel_old_flush()1920 INIT_DELAYED_WORK(&sbi->old_work, flush_old_commits); in reiserfs_fill_super()
620 struct delayed_work old_work; /* old transactions flush delayed work */ member