Searched refs:sb_work (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/ |
H A D | super.c | 55 cancel_delayed_work_sync(&sbi->sb_work); in affs_put_super() 70 sbi = container_of(work, struct affs_sb_info, sb_work.work); in flush_superblock() 91 queue_delayed_work(system_long_wq, &sbi->sb_work, delay); in affs_mark_sb_dirty() 371 INIT_DELAYED_WORK(&sbi->sb_work, flush_superblock); in affs_fill_super() 580 flush_delayed_work(&sbi->sb_work); in affs_remount()
|
H A D | affs.h | 106 struct delayed_work sb_work; /* superblock flush delayed work */ member 107 spinlock_t work_lock; /* protects sb_work and work_queued */
|
/kernel/linux/linux-6.6/fs/affs/ |
H A D | super.c | 55 cancel_delayed_work_sync(&sbi->sb_work); in affs_put_super() 70 sbi = container_of(work, struct affs_sb_info, sb_work.work); in flush_superblock() 91 queue_delayed_work(system_long_wq, &sbi->sb_work, delay); in affs_mark_sb_dirty() 371 INIT_DELAYED_WORK(&sbi->sb_work, flush_superblock); in affs_fill_super() 580 flush_delayed_work(&sbi->sb_work); in affs_remount()
|
H A D | affs.h | 106 struct delayed_work sb_work; /* superblock flush delayed work */ member 107 spinlock_t work_lock; /* protects sb_work and work_queued */
|
Completed in 7 milliseconds