Home
last modified time | relevance | path

Searched refs:xfs_inodegc_flush (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/
H A Dxfs_icache.h79 int xfs_inodegc_flush(struct xfs_mount *mp);
H A Dxfs_zone_space_resv.c233 xfs_inodegc_flush(mp); in xfs_zoned_space_reserve()
H A Dxfs_icache.c1593 return xfs_inodegc_flush(mp); in xfs_blockgc_free_space()
1618 return xfs_inodegc_flush(mp); in xfs_blockgc_flush_all()
2019 xfs_inodegc_flush( in xfs_inodegc_flush() function
H A Dxfs_mount.c1254 xfs_inodegc_flush(mp); in xfs_mountfs()
1311 xfs_inodegc_flush(mp); in xfs_unmountfs()
H A Dxfs_aops.c794 xfs_inodegc_flush(ip->i_mount); in xfs_vm_swap_activate()
H A Dxfs_log_recover.c2757 error = xfs_inodegc_flush(mp); in xlog_recover_iunlink_bucket()
2772 error2 = xfs_inodegc_flush(mp); in xlog_recover_iunlink_bucket()
H A Dxfs_qm.c1593 xfs_inodegc_flush(mp); in xfs_qm_quotacheck()
H A Dxfs_trace.h557 DEFINE_FS_EVENT(xfs_inodegc_flush);
/linux/fs/xfs/scrub/
H A Discan.c465 xfs_inodegc_flush(mp); in xchk_iscan_iget()