Searched refs:old_work (Results 1 – 3 of 3) sorted by relevance
89 sbi = container_of(work, struct reiserfs_sb_info, old_work.work); in flush_old_commits()114 queue_delayed_work(system_long_wq, &sbi->old_work, delay); in reiserfs_schedule_old_flush()124 cancel_delayed_work_sync(&REISERFS_SB(s)->old_work); in cancel_old_flush()1881 INIT_DELAYED_WORK(&sbi->old_work, flush_old_commits); in reiserfs_fill_super()2180 cancel_delayed_work_sync(&REISERFS_SB(s)->old_work); in reiserfs_fill_super()
621 struct delayed_work old_work; /* old transactions flush delayed work */ member
1964 cancel_delayed_work_sync(&REISERFS_SB(sb)->old_work); in do_journal_release()