Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_types.c127 xfs_verify_ino( in xfs_verify_ino() function
163 return xfs_verify_ino(mp, ino); in xfs_verify_dir_ino()
Dxfs_types.h196 bool xfs_verify_ino(struct xfs_mount *mp, xfs_ino_t ino);
Dxfs_ialloc.c2511 if (!xfs_verify_ino(mp, be32_to_cpu(agi->agi_unlinked[i]))) in xfs_agi_verify()
Dxfs_rmap.c218 if (!(xfs_verify_ino(mp, irec->rm_owner) || in xfs_rmap_get_rec()
/Linux-v5.4/fs/xfs/scrub/
Drmap.c149 if (!xfs_verify_ino(mp, irec.rm_owner)) in xchk_rmapbt_rec()