Searched refs:rtbno (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_types.c | 144 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()
|
D | xfs_types.h | 219 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/ |
D | scrub.h | 158 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/ |
D | xfs_rtalloc.h | 134 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);
|