Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_types.c124 xfs_verify_ino( in xfs_verify_ino() function
160 return xfs_verify_ino(mp, ino); in xfs_verify_dir_ino()
Dxfs_types.h164 bool xfs_verify_ino(struct xfs_mount *mp, xfs_ino_t ino);
Dxfs_ialloc.c2543 if (!xfs_verify_ino(mp, be32_to_cpu(agi->agi_unlinked[i]))) in xfs_agi_verify()
Dxfs_rmap.c226 if (!(xfs_verify_ino(mp, irec->rm_owner) || in xfs_rmap_get_rec()
/linux-4.19.296/fs/xfs/scrub/
Drmap.c158 if (!xfs_verify_ino(mp, irec.rm_owner)) in xchk_rmapbt_rec()