Home
last modified time | relevance | path

Searched refs:old_work (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/
Dio-wq.c559 struct io_wq_work *old_work, *next_hashed, *linked; in io_worker_handle_work() local
571 old_work = work; in io_worker_handle_work()
580 wq->free_work(old_work); in io_worker_handle_work()
866 struct io_wq_work *old_work = work; in io_run_cancel() local
870 wq->free_work(old_work); in io_run_cancel()
/Linux-v5.10/fs/reiserfs/
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()
1928 INIT_DELAYED_WORK(&sbi->old_work, flush_old_commits); in reiserfs_fill_super()
Dreiserfs.h622 struct delayed_work old_work; /* old transactions flush delayed work */ member