Searched refs:xfs_verify_ino (Results 1 – 7 of 7) sorted by relevance
151 xfs_verify_ino( in xfs_verify_ino() function187 return xfs_verify_ino(mp, ino); in xfs_verify_dir_ino()
202 bool xfs_verify_ino(struct xfs_mount *mp, xfs_ino_t ino);
2514 if (!xfs_verify_ino(mp, be32_to_cpu(agi->agi_unlinked[i]))) in xfs_agi_verify()
234 if (!(xfs_verify_ino(mp, irec->rm_owner) || in xfs_rmap_get_rec()
149 if (!xfs_verify_ino(mp, irec.rm_owner)) in xchk_rmapbt_rec()
444 if (!xfs_verify_ino(mp, bmap->me_owner)) in xfs_bui_validate()
490 !xfs_verify_ino(mp, rmap->me_owner)) in xfs_rui_validate_map()
Completed in 20 milliseconds