Home
last modified time | relevance | path

Searched refs:xfs_sb_version_haslazysbcount (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_trans.c272 xfs_sb_version_haslazysbcount(&mp->m_sb)); in xfs_trans_alloc()
348 if (xfs_sb_version_haslazysbcount(&mp->m_sb)) in xfs_trans_mod_sb()
353 if (xfs_sb_version_haslazysbcount(&mp->m_sb)) in xfs_trans_mod_sb()
382 if (xfs_sb_version_haslazysbcount(&mp->m_sb)) in xfs_trans_mod_sb()
392 if (xfs_sb_version_haslazysbcount(&mp->m_sb)) in xfs_trans_mod_sb()
479 if (!xfs_sb_version_haslazysbcount(&(tp->t_mountp->m_sb))) { in xfs_trans_apply_sb_deltas()
577 (xfs_sb_version_haslazysbcount(&mp->m_sb) || in xfs_trans_unreserve_and_mod_sb()
587 if (xfs_sb_version_haslazysbcount(&mp->m_sb) || in xfs_trans_unreserve_and_mod_sb()
Dxfs_mount.c626 if ((!xfs_sb_version_haslazysbcount(&mp->m_sb) || in xfs_check_summary_counts()
1192 if (!xfs_sb_version_haslazysbcount(&mp->m_sb)) in xfs_log_sbcount()
1340 if (!xfs_sb_version_haslazysbcount(&mp->m_sb)) in xfs_force_summary_recalc()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_sb.c967 if (xfs_sb_version_haslazysbcount(&mp->m_sb)) { in xfs_log_sb()
1161 if (xfs_sb_version_haslazysbcount(sbp)) in xfs_fs_geometry()
Dxfs_format.h381 static inline bool xfs_sb_version_haslazysbcount(struct xfs_sb *sbp) in xfs_sb_version_haslazysbcount() function
Dxfs_alloc.c2881 if (xfs_sb_version_haslazysbcount(&mp->m_sb) && in xfs_agf_verify()