Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_trans.c306 if (xfs_sb_version_haslazysbcount(&mp->m_sb)) in xfs_trans_mod_sb()
311 if (xfs_sb_version_haslazysbcount(&mp->m_sb)) in xfs_trans_mod_sb()
325 if (xfs_sb_version_haslazysbcount(&mp->m_sb)) in xfs_trans_mod_sb()
336 if (xfs_sb_version_haslazysbcount(&mp->m_sb)) in xfs_trans_mod_sb()
423 if (!xfs_sb_version_haslazysbcount(&(tp->t_mountp->m_sb))) { in xfs_trans_apply_sb_deltas()
564 (xfs_sb_version_haslazysbcount(&mp->m_sb) || in xfs_trans_unreserve_and_mod_sb()
574 if (xfs_sb_version_haslazysbcount(&mp->m_sb) || in xfs_trans_unreserve_and_mod_sb()
Dxfs_mount.c815 if (xfs_sb_version_haslazysbcount(&mp->m_sb) && in xfs_mountfs()
1081 if (!xfs_sb_version_haslazysbcount(&mp->m_sb)) in xfs_log_sbcount()
Dxfs_fsops.c93 (xfs_sb_version_haslazysbcount(&mp->m_sb) ? in xfs_fs_geometry()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_format.h379 static inline bool xfs_sb_version_haslazysbcount(struct xfs_sb *sbp) in xfs_sb_version_haslazysbcount() function
Dxfs_alloc.c2230 if (xfs_sb_version_haslazysbcount(&mp->m_sb) && in xfs_agf_verify()