Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_super.c559 m_flush_inodes_work); in xfs_flush_inodes_worker()
582 if (flush_work(&mp->m_flush_inodes_work)) in xfs_flush_inodes()
585 queue_work(mp->m_sync_workqueue, &mp->m_flush_inodes_work); in xfs_flush_inodes()
586 flush_work(&mp->m_flush_inodes_work); in xfs_flush_inodes()
1832 INIT_WORK(&mp->m_flush_inodes_work, xfs_flush_inodes_worker); in xfs_init_fs_context()
Dxfs_mount.h197 struct work_struct m_flush_inodes_work; member