Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_mount.h169 struct delayed_work m_eofblocks_work; /* background eof blocks member
Dxfs_icache.c899 &mp->m_eofblocks_work, in xfs_queue_eofblocks()
909 struct xfs_mount, m_eofblocks_work); in xfs_eofblocks_worker()
1826 cancel_delayed_work_sync(&mp->m_eofblocks_work); in xfs_stop_block_reaping()
Dxfs_super.c1562 INIT_DELAYED_WORK(&mp->m_eofblocks_work, xfs_eofblocks_worker); in xfs_mount_alloc()