Home
last modified time | relevance | path

Searched refs:sb_rextents (Results 1 – 11 of 11) sorted by relevance

/fs/xfs/
Dxfs_rtalloc.c169 error = xfs_rtfind_forw(mp, tp, end, mp->m_sb.sb_rextents - 1, in xfs_rtallocate_range()
228 ret = min(mp->m_sb.sb_rextents, startrtx + rtxlen) - startrtx; in xfs_rtallocate_clamp_len()
467 if (bno >= mp->m_sb.sb_rextents) in xfs_rtallocate_extent_near()
468 bno = mp->m_sb.sb_rextents - 1; in xfs_rtallocate_extent_near()
1047 ((sbp->sb_rextents & ((1 << mp->m_blkbit_log) - 1)) != 0); in xfs_growfs_rt()
1063 nsbp->sb_rextents = nsbp->sb_rblocks; in xfs_growfs_rt()
1064 do_div(nsbp->sb_rextents, nsbp->sb_rextsize); in xfs_growfs_rt()
1065 ASSERT(nsbp->sb_rextents != 0); in xfs_growfs_rt()
1066 nsbp->sb_rextslog = xfs_compute_rextslog(nsbp->sb_rextents); in xfs_growfs_rt()
1132 if (nsbp->sb_rextents != sbp->sb_rextents) in xfs_growfs_rt()
[all …]
Dxfs_fsmap.c517 eofs = XFS_FSB_TO_BB(mp, mp->m_sb.sb_rextents * mp->m_sb.sb_rextsize); in xfs_getfsmap_rtdev_rtbitmap()
557 ahigh.ar_startext = min(mp->m_sb.sb_rextents, ahigh.ar_startext); in xfs_getfsmap_rtdev_rtbitmap()
Dxfs_trans.c549 be64_add_cpu(&sbp->sb_rextents, tp->t_rextents_delta); in xfs_trans_apply_sb_deltas()
660 mp->m_sb.sb_rextents += tp->t_rextents_delta; in xfs_trans_unreserve_and_mod_sb()
Dxfs_mount.c373 uint64_t rtexts = mp->m_sb.sb_rextents; in xfs_set_low_space_thresholds()
Dxfs_qm.c1448 if (mp->m_sb.sb_rextents) { in xfs_qm_mount_quotas()
/fs/xfs/libxfs/
Dxfs_sb.c498 if (sbp->sb_rextents != 0 || sbp->sb_rbmblocks != 0 || in xfs_validate_sb_common()
509 rbmblocks = howmany_64(sbp->sb_rextents, in xfs_validate_sb_common()
513 sbp->sb_rextents != rexts || in xfs_validate_sb_common()
617 to->sb_rextents = be64_to_cpu(from->sb_rextents); in __xfs_sb_from_disk()
766 to->sb_rextents = cpu_to_be64(from->sb_rextents); in xfs_sb_to_disk()
1202 geo->rtextents = sbp->sb_rextents; in xfs_fs_geometry()
Dxfs_rtbitmap.c722 error = xfs_rtfind_forw(mp, tp, end, mp->m_sb.sb_rextents - 1, in xfs_rtfree_range()
1000 mp->m_sb.sb_rextents) { in xfs_rtfree_extent()
1061 if (low_rec->ar_startext >= mp->m_sb.sb_rextents || in xfs_rtalloc_query_range()
1065 high_key = min(high_rec->ar_startext, mp->m_sb.sb_rextents - 1); in xfs_rtalloc_query_range()
1107 keys[1].ar_startext = mp->m_sb.sb_rextents - 1; in xfs_rtalloc_query_all()
Dxfs_format.h101 xfs_rtbxlen_t sb_rextents; /* number of realtime extents */ member
192 __be64 sb_rextents; /* number of realtime extents */ member
/fs/xfs/scrub/
Drtsummary.c167 rtbmp_bytes = howmany_64(mp->m_sb.sb_rextents, NBBY); in xchk_rtsum_compute()
Dfscounters.c543 if (frextents > mp->m_sb.sb_rextents) in xchk_fscounters()
Dagheader.c134 if (sb->sb_rextents != cpu_to_be64(mp->m_sb.sb_rextents)) in xchk_superblock()