Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_sb.h45 uint8_t xfs_compute_rextslog(xfs_rtbxlen_t rtextents);
Dxfs_sb.c260 sbp->sb_rextslog != xfs_compute_rextslog(sbp->sb_rextents) || in xfs_validate_rt_geometry()
1435 xfs_compute_rextslog( in xfs_compute_rextslog() function
/linux-6.12.1/fs/xfs/scrub/
Drtbitmap.c65 rtb->rextslog = xfs_compute_rextslog(rtb->rextents); in xchk_setup_rtbitmap()
Drtsummary.c102 rextslog = xfs_compute_rextslog(rts->rextents); in xchk_setup_rtsummary()
/linux-6.12.1/fs/xfs/
Dxfs_rtalloc.c735 nmp->m_sb.sb_rextslog = xfs_compute_rextslog(nmp->m_sb.sb_rextents); in xfs_growfs_rt_bmblock()
940 xfs_compute_rextslog(nrextents) + 1, nrbmblocks); in xfs_growfs_rt()