Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_super.c558 mp->m_sync_workqueue = alloc_workqueue("xfs-sync/%s", in xfs_init_mount_workqueues()
560 if (!mp->m_sync_workqueue) in xfs_init_mount_workqueues()
583 destroy_workqueue(mp->m_sync_workqueue); in xfs_destroy_mount_workqueues()
622 queue_work(mp->m_sync_workqueue, &mp->m_flush_inodes_work); in xfs_flush_inodes()
Dxfs_mount.h111 struct workqueue_struct *m_sync_workqueue; member
Dxfs_log.c1450 queue_delayed_work(mp->m_sync_workqueue, &mp->m_log->l_work, in xfs_log_work_queue()