Home
last modified time | relevance | path

Searched refs:m_eofblocks_work (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_mount.h153 struct delayed_work m_eofblocks_work; /* background eof blocks member
Dxfs_icache.c894 &mp->m_eofblocks_work, in xfs_queue_eofblocks()
904 struct xfs_mount, m_eofblocks_work); in xfs_eofblocks_worker()
1832 cancel_delayed_work_sync(&mp->m_eofblocks_work); in xfs_icache_disable_reclaim()
Dxfs_super.c1561 INIT_DELAYED_WORK(&mp->m_eofblocks_work, xfs_eofblocks_worker); in xfs_mount_alloc()