Searched refs:xfs_verify_rtbno (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_types.c142 xfs_verify_rtbno( function
159 if (!xfs_verify_rtbno(mp, rtbno))
162 return xfs_verify_rtbno(mp, rtbno + len - 1);
H A Dxfs_types.h227 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);

Completed in 114 milliseconds