Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_super.c614 m_flush_inodes_work); in xfs_flush_inodes_worker()
637 if (flush_work(&mp->m_flush_inodes_work)) in xfs_flush_inodes()
640 queue_work(mp->m_sync_workqueue, &mp->m_flush_inodes_work); in xfs_flush_inodes()
641 flush_work(&mp->m_flush_inodes_work); in xfs_flush_inodes()
2026 INIT_WORK(&mp->m_flush_inodes_work, xfs_flush_inodes_worker); in xfs_init_fs_context()
A Dxfs_mount.h234 struct work_struct m_flush_inodes_work; member

Completed in 8 milliseconds