Home
last modified time | relevance | path

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

/linux-6.8/fs/xfs/
Dxfs_super.c573 mp->m_sync_workqueue = alloc_workqueue("xfs-sync/%s", in xfs_init_mount_workqueues()
575 if (!mp->m_sync_workqueue) in xfs_init_mount_workqueues()
598 destroy_workqueue(mp->m_sync_workqueue); in xfs_destroy_mount_workqueues()
637 queue_work(mp->m_sync_workqueue, &mp->m_flush_inodes_work); in xfs_flush_inodes()
Dxfs_mount.h113 struct workqueue_struct *m_sync_workqueue; member
Dxfs_log.c1443 queue_delayed_work(mp->m_sync_workqueue, &mp->m_log->l_work, in xfs_log_work_queue()