Lines Matching refs:br_startoff

126 		offset = irec->br_startoff;  in xchk_bmap_get_rmap()
145 irec->br_startoff); in xchk_bmap_get_rmap()
177 irec->br_startoff); in xchk_bmap_xref_rmap()
187 if (rmap.rm_offset > irec->br_startoff || in xchk_bmap_xref_rmap()
188 irec->br_startoff + irec->br_blockcount > rmap_end) in xchk_bmap_xref_rmap()
190 info->whichfork, irec->br_startoff); in xchk_bmap_xref_rmap()
195 irec->br_startoff); in xchk_bmap_xref_rmap()
208 irec->br_startoff); in xchk_bmap_xref_rmap()
213 irec->br_startoff); in xchk_bmap_xref_rmap()
216 irec->br_startoff); in xchk_bmap_xref_rmap()
249 irec->br_startoff, &error)) in xchk_bmap_iextent_xref()
290 if (!xfs_verify_dablk(mp, irec->br_startoff)) in xchk_bmap_dirattr_extent()
292 irec->br_startoff); in xchk_bmap_dirattr_extent()
294 off = irec->br_startoff + irec->br_blockcount - 1; in xchk_bmap_dirattr_extent()
313 if (irec->br_startoff < info->lastoff) in xchk_bmap_iextent()
315 irec->br_startoff); in xchk_bmap_iextent()
317 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent()
319 irec->br_startoff); in xchk_bmap_iextent()
326 irec->br_startoff); in xchk_bmap_iextent()
334 irec->br_startoff); in xchk_bmap_iextent()
339 irec->br_startoff); in xchk_bmap_iextent()
343 irec->br_startoff); in xchk_bmap_iextent()
347 irec->br_startoff); in xchk_bmap_iextent()
353 irec->br_startoff); in xchk_bmap_iextent()
363 info->lastoff = irec->br_startoff + irec->br_blockcount; in xchk_bmap_iextent()
410 if (!xfs_iext_lookup_extent(ip, ifp, irec.br_startoff, &icur, in xchk_bmapbt_rec()
412 irec.br_startoff != iext_irec.br_startoff || in xchk_bmapbt_rec()
417 irec.br_startoff); in xchk_bmapbt_rec()
501 if (irec.br_startoff != check_rec.rm_offset) in xchk_bmap_check_rmap()
699 if (irec.br_startoff >= endoff) { in xchk_bmap()
701 irec.br_startoff); in xchk_bmap()