Home
last modified time | relevance | path

Searched refs:xfs_verify_ino (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_types.c98 xfs_verify_ino( in xfs_verify_ino() function
134 return xfs_verify_ino(mp, ino); in xfs_verify_dir_ino()
H A Dxfs_types.h229 bool xfs_verify_ino(struct xfs_mount *mp, xfs_ino_t ino);
H A Dxfs_ialloc.c2529 if (!xfs_verify_ino(mp, be32_to_cpu(agi->agi_unlinked[i]))) in xfs_agi_verify()
H A Dxfs_rmap.c234 if (!(xfs_verify_ino(mp, irec->rm_owner) || in xfs_rmap_check_irec()
/openbmc/linux/fs/xfs/scrub/
H A Dcommon.c884 if (!xfs_verify_ino(sc->mp, sc->sm->sm_ino)) in xchk_iget_for_scrubbing()
1276 if (!xfs_verify_ino(mp, ino)) in xchk_inode_is_allocated()
H A Dinode.c94 if (!xfs_verify_ino(sc->mp, sc->sm->sm_ino)) in xchk_setup_inode()
/openbmc/linux/fs/xfs/
H A Dxfs_bmap_item.c474 if (!xfs_verify_ino(mp, map->me_owner)) in xfs_bui_validate()
H A Dxfs_rmap_item.c492 !xfs_verify_ino(mp, map->me_owner)) in xfs_rui_validate_map()
H A Dxfs_attr_item.c539 return xfs_verify_ino(mp, attrp->alfi_ino); in xfs_attri_validate()