Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_types.c195 xfs_verify_rtbno( in xfs_verify_rtbno() function
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);
/linux/fs/xfs/
A Dxfs_rtalloc.h133 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