Home
last modified time | relevance | path

Searched refs:rtbno (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_types.c144 xfs_rtblock_t rtbno) in xfs_verify_rtbno() argument
146 return rtbno < mp->m_sb.sb_rblocks; in xfs_verify_rtbno()
153 xfs_rtblock_t rtbno, in xfs_verify_rtext() argument
156 if (rtbno + len <= rtbno) in xfs_verify_rtext()
159 if (!xfs_verify_rtbno(mp, rtbno)) in xfs_verify_rtext()
162 return xfs_verify_rtbno(mp, rtbno + len - 1); in xfs_verify_rtext()
Dxfs_types.h219 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);
220 bool xfs_verify_rtext(struct xfs_mount *mp, xfs_rtblock_t rtbno,
/linux-6.1.9/fs/xfs/scrub/
Dscrub.h158 void xchk_xref_is_used_rt_space(struct xfs_scrub *sc, xfs_rtblock_t rtbno,
161 # define xchk_xref_is_used_rt_space(sc, rtbno, len) do { } while (0) argument
/linux-6.1.9/fs/xfs/
Dxfs_rtalloc.h134 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);