Home
last modified time | relevance | path

Searched refs:sb_work (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/affs/
Dsuper.c55 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()
Daffs.h106 struct delayed_work sb_work; /* superblock flush delayed work */ member