Home
last modified time | relevance | path

Searched refs:sync_work (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/hfsplus/
Dsuper.c248 sbi = container_of(work, struct hfsplus_sb_info, sync_work.work); in delayed_sync_fs()
270 queue_delayed_work(system_long_wq, &sbi->sync_work, delay); in hfsplus_mark_mdb_dirty()
282 cancel_delayed_work_sync(&sbi->sync_work); in hfsplus_put_super()
392 INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs); in hfsplus_fill_super()
Dhfsplus_fs.h191 struct delayed_work sync_work; /* FS sync delayed work */ member
/linux-4.4.14/net/rfkill/
Dcore.c74 struct work_struct sync_work; member
933 rfkill = container_of(work, struct rfkill, sync_work); in rfkill_sync_work()
974 INIT_WORK(&rfkill->sync_work, rfkill_sync_work); in rfkill_register()
982 schedule_work(&rfkill->sync_work); in rfkill_register()
1015 cancel_work_sync(&rfkill->sync_work); in rfkill_unregister()
/linux-4.4.14/fs/ufs/
Dufs.h29 struct delayed_work sync_work; /* FS sync delayed work */ member
Dsuper.c708 sbi = container_of(work, struct ufs_sb_info, sync_work.work); in delayed_sync_fs()
725 queue_delayed_work(system_long_wq, &sbi->sync_work, delay); in ufs_mark_sb_dirty()
739 cancel_delayed_work_sync(&sbi->sync_work); in ufs_put_super()
787 INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs); in ufs_fill_super()