Searched refs:sync_work (Results 1 – 4 of 4) sorted by relevance
| /fs/hfsplus/ |
| A D | super.c | 251 sbi = container_of(work, struct hfsplus_sb_info, sync_work.work); in delayed_sync_fs() 273 queue_delayed_work(system_long_wq, &sbi->sync_work, delay); in hfsplus_mark_mdb_dirty() 293 cancel_delayed_work_sync(&sbi->sync_work); in hfsplus_put_super() 393 INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs); in hfsplus_fill_super() 592 cancel_delayed_work_sync(&sbi->sync_work); in hfsplus_fill_super()
|
| A D | hfsplus_fs.h | 193 struct delayed_work sync_work; /* FS sync delayed work */ member
|
| /fs/ufs/ |
| A D | ufs.h | 31 struct delayed_work sync_work; /* FS sync delayed work */ member
|
| A D | super.c | 659 sbi = container_of(work, struct ufs_sb_info, sync_work.work); in delayed_sync_fs() 676 queue_delayed_work(system_long_wq, &sbi->sync_work, delay); in ufs_mark_sb_dirty() 690 cancel_delayed_work_sync(&sbi->sync_work); in ufs_put_super() 757 INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs); in ufs_fill_super()
|
Completed in 12 milliseconds