Home
last modified time | relevance | path

Searched refs:xfs_verify_rtbno (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/libxfs/
Dxfs_types.c142 xfs_verify_rtbno( in xfs_verify_rtbno() function
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);
/fs/xfs/
Dxfs_rtalloc.h134 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);
147 # define xfs_verify_rtbno(m, r) (false) macro