Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_icache.h79 int xfs_inodegc_flush(struct xfs_mount *mp);
Dxfs_mount.c1028 xfs_inodegc_flush(mp); in xfs_mountfs()
1087 xfs_inodegc_flush(mp); in xfs_unmountfs()
Dxfs_icache.c1531 return xfs_inodegc_flush(mp); in xfs_blockgc_free_space()
1557 return xfs_inodegc_flush(mp); in xfs_blockgc_flush_all()
1958 xfs_inodegc_flush( in xfs_inodegc_flush() function
Dxfs_log_recover.c2753 error = xfs_inodegc_flush(mp); in xlog_recover_iunlink_bucket()
2768 error2 = xfs_inodegc_flush(mp); in xlog_recover_iunlink_bucket()
Dxfs_qm.c1442 xfs_inodegc_flush(mp); in xfs_qm_quotacheck()
Dxfs_trace.h269 DEFINE_FS_EVENT(xfs_inodegc_flush);
/linux-6.12.1/fs/xfs/scrub/
Discan.c465 xfs_inodegc_flush(mp); in xchk_iscan_iget()