Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_types.c197 xfs_rtblock_t rtbno) in xfs_verify_rtbno() argument
199 return rtbno < mp->m_sb.sb_rblocks; in xfs_verify_rtbno()
206 xfs_rtblock_t rtbno, in xfs_verify_rtext() argument
209 if (rtbno + len <= rtbno) in xfs_verify_rtext()
212 if (!xfs_verify_rtbno(mp, rtbno)) in xfs_verify_rtext()
215 return xfs_verify_rtbno(mp, rtbno + len - 1); in xfs_verify_rtext()
A Dxfs_types.h205 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);
206 bool xfs_verify_rtext(struct xfs_mount *mp, xfs_rtblock_t rtbno,
/linux/fs/xfs/scrub/
A Dscrub.h159 void xchk_xref_is_used_rt_space(struct xfs_scrub *sc, xfs_rtblock_t rtbno,
162 # define xchk_xref_is_used_rt_space(sc, rtbno, len) do { } while (0) argument
/linux/fs/xfs/
A Dxfs_rtalloc.h133 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);

Completed in 6 milliseconds