Searched refs:rtbno (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/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 | 231 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno); 232 bool xfs_verify_rtext(struct xfs_mount *mp, xfs_rtblock_t rtbno,
|
/Linux-v6.6/fs/xfs/scrub/ |
D | rtsummary.c | 122 xfs_rtblock_t rtbno; in xchk_rtsum_record_free() local 137 rtbno = rec->ar_startext * mp->m_sb.sb_rextsize; in xchk_rtsum_record_free() 140 if (!xfs_verify_rtext(mp, rtbno, rtlen)) { in xchk_rtsum_record_free()
|
D | scrub.h | 192 void xchk_xref_is_used_rt_space(struct xfs_scrub *sc, xfs_rtblock_t rtbno, 195 # define xchk_xref_is_used_rt_space(sc, rtbno, len) do { } while (0) argument
|
/Linux-v6.6/fs/xfs/ |
D | xfs_fsmap.c | 483 xfs_rtblock_t rtbno; in xfs_getfsmap_rtdev_rtbitmap_helper() local 486 rtbno = rec->ar_startext * mp->m_sb.sb_rextsize; in xfs_getfsmap_rtdev_rtbitmap_helper() 487 rec_daddr = XFS_FSB_TO_BB(mp, rtbno); in xfs_getfsmap_rtdev_rtbitmap_helper() 488 irec.rm_startblock = rtbno; in xfs_getfsmap_rtdev_rtbitmap_helper() 490 rtbno = rec->ar_extcount * mp->m_sb.sb_rextsize; in xfs_getfsmap_rtdev_rtbitmap_helper() 491 len_daddr = XFS_FSB_TO_BB(mp, rtbno); in xfs_getfsmap_rtdev_rtbitmap_helper() 492 irec.rm_blockcount = rtbno; in xfs_getfsmap_rtdev_rtbitmap_helper()
|
D | xfs_rtalloc.h | 134 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);
|