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

/linux-master/fs/xfs/
H A Dxfs_super.c612 m_flush_inodes_work);
635 if (flush_work(&mp->m_flush_inodes_work))
638 queue_work(mp->m_sync_workqueue, &mp->m_flush_inodes_work);
639 flush_work(&mp->m_flush_inodes_work);
1996 INIT_WORK(&mp->m_flush_inodes_work, xfs_flush_inodes_worker);
H A Dxfs_mount.h229 struct work_struct m_flush_inodes_work; member in struct:xfs_mount

Completed in 141 milliseconds