Searched refs:xfs_verify_ino (Results 1 – 8 of 8) sorted by relevance
98 xfs_verify_ino( in xfs_verify_ino() function134 return xfs_verify_ino(mp, ino); in xfs_verify_dir_ino()
216 bool xfs_verify_ino(struct xfs_mount *mp, xfs_ino_t ino);
2499 if (!xfs_verify_ino(mp, be32_to_cpu(agi->agi_unlinked[i]))) in xfs_agi_verify()
243 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()
468 !xfs_verify_ino(mp, map->me_owner)) in xfs_rui_validate_map()
441 if (!xfs_verify_ino(mp, map->me_owner)) in xfs_bui_validate()
532 return xfs_verify_ino(mp, attrp->alfi_ino); in xfs_attri_validate()
Completed in 18 milliseconds