Lines Matching refs:oinfo
327 struct xfs_owner_info oinfo; in xchk_bmap_rt_iextent_xref() local
355 xfs_rmap_ino_owner(&oinfo, info->sc->ip->i_ino, in xchk_bmap_rt_iextent_xref()
358 irec->br_blockcount, &oinfo); in xchk_bmap_rt_iextent_xref()
388 struct xfs_owner_info oinfo; in xchk_bmap_iextent_xref() local
410 xfs_rmap_ino_owner(&oinfo, info->sc->ip->i_ino, in xchk_bmap_iextent_xref()
413 irec->br_blockcount, &oinfo); in xchk_bmap_iextent_xref()
422 xfs_rmap_ino_owner(&oinfo, info->sc->ip->i_ino, in xchk_bmap_iextent_xref()
425 &oinfo); in xchk_bmap_iextent_xref()
587 struct xfs_owner_info oinfo; in xchk_bmap_btree() local
603 xfs_rmap_ino_bmbt_owner(&oinfo, ip->i_ino, whichfork); in xchk_bmap_btree()
604 error = xchk_btree(sc, cur, xchk_bmapbt_rec, &oinfo, info); in xchk_bmap_btree()