Searched refs:xfs_verify_rtbno (Results 1 – 3 of 3) sorted by relevance
195 xfs_verify_rtbno( in xfs_verify_rtbno() function212 if (!xfs_verify_rtbno(mp, rtbno)) in xfs_verify_rtext()215 return xfs_verify_rtbno(mp, rtbno + len - 1); in xfs_verify_rtext()
205 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);
133 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);145 # define xfs_verify_rtbno(m, r) (false) macro
Completed in 5 milliseconds