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.c586 m_flush_inodes_work); in xfs_flush_inodes_worker()
609 if (flush_work(&mp->m_flush_inodes_work)) in xfs_flush_inodes()
612 queue_work(mp->m_sync_workqueue, &mp->m_flush_inodes_work); in xfs_flush_inodes()
613 flush_work(&mp->m_flush_inodes_work); in xfs_flush_inodes()
1918 INIT_WORK(&mp->m_flush_inodes_work, xfs_flush_inodes_worker); in xfs_init_fs_context()
A Dxfs_mount.h220 struct work_struct m_flush_inodes_work; member

Completed in 9 milliseconds