Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_super.c596 m_flush_inodes_work); in xfs_flush_inodes_worker()
619 if (flush_work(&mp->m_flush_inodes_work)) in xfs_flush_inodes()
622 queue_work(mp->m_sync_workqueue, &mp->m_flush_inodes_work); in xfs_flush_inodes()
623 flush_work(&mp->m_flush_inodes_work); in xfs_flush_inodes()
1929 INIT_WORK(&mp->m_flush_inodes_work, xfs_flush_inodes_worker); in xfs_init_fs_context()
Dxfs_mount.h222 struct work_struct m_flush_inodes_work; member