Home
last modified time | relevance | path

Searched refs:old_work (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dsuper.c89 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()
176 /* Allow old_work to run again */ in reiserfs_unfreeze()
1922 INIT_DELAYED_WORK(&sbi->old_work, flush_old_commits); in reiserfs_fill_super()
H A Dreiserfs.h622 struct delayed_work old_work; /* old transactions flush delayed work */ member
623 spinlock_t old_work_lock; /* protects old_work and work_queued */
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dsuper.c89 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()
176 /* Allow old_work to run again */ in reiserfs_unfreeze()
1920 INIT_DELAYED_WORK(&sbi->old_work, flush_old_commits); in reiserfs_fill_super()
H A Dreiserfs.h619 struct delayed_work old_work; /* old transactions flush delayed work */ member
620 spinlock_t old_work_lock; /* protects old_work and work_queued */

Completed in 19 milliseconds