Searched refs:sb_rblocks (Results 1 – 12 of 12) sorted by relevance
86 if (mp->m_sb.sb_rblocks == 0) in xfs_rtmount_init()92 # define xfs_rtmount_inodes(m) (((mp)->m_sb.sb_rblocks == 0)? 0 : (-ENOSYS))
1002 if (in->newblocks <= sbp->sb_rblocks) in xfs_growfs_rt()1006 if (sbp->sb_rblocks > 0 && in->extsize != sbp->sb_rextsize) in xfs_growfs_rt()1104 nsbp->sb_rblocks = min(nrblocks, nrblocks_step); in xfs_growfs_rt()1105 nsbp->sb_rextents = nsbp->sb_rblocks; in xfs_growfs_rt()1171 if (nsbp->sb_rblocks != sbp->sb_rblocks) in xfs_growfs_rt()1173 nsbp->sb_rblocks - sbp->sb_rblocks); in xfs_growfs_rt()1335 if (sbp->sb_rblocks == 0) in xfs_rtmount_init()1351 d = (xfs_daddr_t)XFS_FSB_TO_BB(mp, mp->m_sb.sb_rblocks); in xfs_rtmount_init()1352 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_rblocks) { in xfs_rtmount_init()1355 (unsigned long long) mp->m_sb.sb_rblocks); in xfs_rtmount_init()
885 statp->f_blocks = sbp->sb_rblocks; in xfs_fs_statfs()1648 xfs_sb_validate_fsb_count(&mp->m_sb, mp->m_sb.sb_rblocks)) { in xfs_fs_fill_super()1718 if (mp->m_sb.sb_rblocks) { in xfs_fs_fill_super()1731 if (xfs_has_rmapbt(mp) && mp->m_sb.sb_rblocks) { in xfs_fs_fill_super()
545 be64_add_cpu(&sbp->sb_rblocks, tp->t_rblocks_delta); in xfs_trans_apply_sb_deltas()659 mp->m_sb.sb_rblocks += tp->t_rblocks_delta; in xfs_trans_unreserve_and_mod_sb()
1146 if (mp->m_sb.sb_rblocks == 0 || mp->m_sb.sb_rextsize == 0 || in xfs_ioctl_setattr_xflags()
118 if (sbp->sb_rblocks > 0) in xfs_sb_version_to_features()490 if (sbp->sb_rblocks == 0) { in xfs_validate_sb_common()501 rexts = div_u64(sbp->sb_rblocks, sbp->sb_rextsize); in xfs_validate_sb_common()609 to->sb_rblocks = be64_to_cpu(from->sb_rblocks); in __xfs_sb_from_disk()758 to->sb_rblocks = cpu_to_be64(from->sb_rblocks); in xfs_sb_to_disk()1195 geo->rtblocks = sbp->sb_rblocks; in xfs_fs_geometry()
146 return rtbno < mp->m_sb.sb_rblocks; in xfs_verify_rtbno()
100 xfs_rfsblock_t sb_rblocks; /* number of realtime blocks */ member191 __be64 sb_rblocks; /* number of realtime blocks */ member
3062 (x) < mp->m_sb.sb_rblocks : \ in xfs_bmap_adjacent()
124 if (dq->q_rtb.hardlimit > mp->m_sb.sb_rblocks) in xchk_quota_item()146 if (dq->q_ino.count > fs_icount || dq->q_rtb.count > mp->m_sb.sb_rblocks) in xchk_quota_item()
131 if (sb->sb_rblocks != cpu_to_be64(mp->m_sb.sb_rblocks)) in xchk_superblock()
522 mp->m_sb.sb_dblocks + mp->m_sb.sb_rblocks) in xchk_dinode()