Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
Dxfs_super.c597 mp->m_sync_workqueue = alloc_workqueue("xfs-sync/%s", in xfs_init_mount_workqueues()
599 if (!mp->m_sync_workqueue) in xfs_init_mount_workqueues()
622 destroy_workqueue(mp->m_sync_workqueue); in xfs_destroy_mount_workqueues()
661 queue_work(mp->m_sync_workqueue, &mp->m_flush_inodes_work); in xfs_flush_inodes()
Dxfs_mount.h170 struct workqueue_struct *m_sync_workqueue; member
Dxfs_log.c1293 queue_delayed_work(mp->m_sync_workqueue, &mp->m_log->l_work, in xfs_log_work_queue()