Searched refs:sb_logblocks (Results 1 – 9 of 9) sorted by relevance
474 to->sb_logblocks = be32_to_cpu(from->sb_logblocks); in __xfs_sb_from_disk()617 to->sb_logblocks = cpu_to_be32(from->sb_logblocks); in xfs_sb_to_disk()1096 geo->logblocks = sbp->sb_logblocks; in xfs_fs_geometry()
111 xfs_extlen_t sb_logblocks; /* number of log blocks */ member202 __be32 sb_logblocks; /* number of log blocks */ member
556 d = (xfs_daddr_t)XFS_FSB_TO_BB(mp, mp->m_sb.sb_logblocks); in xfs_check_sizes()557 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_logblocks) { in xfs_check_sizes()868 if (!sbp->sb_logblocks) { in xfs_mountfs()882 XFS_FSB_TO_BB(mp, sbp->sb_logblocks)); in xfs_mountfs()
635 if (mp->m_sb.sb_logblocks < min_logfsbs) { in xfs_log_mount()638 mp->m_sb.sb_logblocks, min_logfsbs); in xfs_log_mount()640 } else if (mp->m_sb.sb_logblocks > XFS_MAX_LOG_BLOCKS) { in xfs_log_mount()643 mp->m_sb.sb_logblocks, XFS_MAX_LOG_BLOCKS); in xfs_log_mount()645 } else if (XFS_FSB_TO_B(mp, mp->m_sb.sb_logblocks) > XFS_MAX_LOG_BYTES) { in xfs_log_mount()648 XFS_FSB_TO_B(mp, mp->m_sb.sb_logblocks), in xfs_log_mount()
186 if (nb == mp->m_sb.sb_logblocks && in xfs_growfs_log_private()
436 rmap.rm_blockcount = mp->m_sb.sb_logblocks; in xfs_getfsmap_logdev()
934 if (nrsumblocks > (mp->m_sb.sb_logblocks >> 1)) in xfs_growfs_rt()
1113 lsize = sbp->sb_logstart ? sbp->sb_logblocks : 0; in xfs_fs_statfs()
151 if (sb->sb_logblocks != cpu_to_be32(mp->m_sb.sb_logblocks)) in xchk_superblock()