Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dquota.h65 struct delayed_work dqi_sync_work; /* Work for syncing dquots */ member
Dquota_global.c403 INIT_DELAYED_WORK(&oinfo->dqi_sync_work, qsync_work_fn); in ocfs2_global_read_info()
404 schedule_delayed_work(&oinfo->dqi_sync_work, in ocfs2_global_read_info()
640 dqi_sync_work.work); in qsync_work_fn()
652 schedule_delayed_work(&oinfo->dqi_sync_work, in qsync_work_fn()
Dsuper.c924 cancel_delayed_work_sync(&oinfo->dqi_sync_work); in ocfs2_susp_quotas()
990 cancel_delayed_work_sync(&oinfo->dqi_sync_work); in ocfs2_disable_quotas()