Home
last modified time | relevance | path

Searched refs:m_flush_inodes_work (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_super.c585 m_flush_inodes_work); in xfs_flush_inodes_worker()
608 if (flush_work(&mp->m_flush_inodes_work)) in xfs_flush_inodes()
611 queue_work(mp->m_sync_workqueue, &mp->m_flush_inodes_work); in xfs_flush_inodes()
612 flush_work(&mp->m_flush_inodes_work); in xfs_flush_inodes()
1909 INIT_WORK(&mp->m_flush_inodes_work, xfs_flush_inodes_worker); in xfs_init_fs_context()
Dxfs_mount.h219 struct work_struct m_flush_inodes_work; member