Searched refs:sb_logblocks (Results 1 – 5 of 5) sorted by relevance
82 { offsetof(xfs_sb_t, sb_logblocks), 0 },583 to->sb_logblocks = be32_to_cpu(from->sb_logblocks); in xfs_sb_from_disk()1180 d = (xfs_daddr_t)XFS_FSB_TO_BB(mp, mp->m_sb.sb_logblocks); in xfs_check_sizes()1181 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_logblocks) { in xfs_check_sizes()1409 if (!sbp->sb_logblocks) { in xfs_mountfs()1421 XFS_FSB_TO_BB(mp, sbp->sb_logblocks)); in xfs_mountfs()
116 xfs_extlen_t sb_logblocks; /* number of log blocks */ member201 __be32 sb_logblocks; /* number of log blocks */ member
60 geo->logblocks = mp->m_sb.sb_logblocks; in xfs_fs_geometry()537 if (nb == mp->m_sb.sb_logblocks && in xfs_growfs_log_private()
1120 lsize = sbp->sb_logstart ? sbp->sb_logblocks : 0; in xfs_fs_statfs()
1902 if (nrsumblocks > (mp->m_sb.sb_logblocks >> 1)) in xfs_growfs_rt()