Lines Matching refs:br_startoff
126 offset = irec->br_startoff; in xchk_bmap_get_rmap()
161 irec->br_startoff); in xchk_bmap_get_rmap()
193 irec->br_startoff); in xchk_bmap_xref_rmap()
203 if (rmap.rm_offset > irec->br_startoff || in xchk_bmap_xref_rmap()
204 irec->br_startoff + irec->br_blockcount > rmap_end) in xchk_bmap_xref_rmap()
206 info->whichfork, irec->br_startoff); in xchk_bmap_xref_rmap()
211 irec->br_startoff); in xchk_bmap_xref_rmap()
224 irec->br_startoff); in xchk_bmap_xref_rmap()
229 irec->br_startoff); in xchk_bmap_xref_rmap()
232 irec->br_startoff); in xchk_bmap_xref_rmap()
265 irec->br_startoff, &error)) in xchk_bmap_iextent_xref()
305 if (!xfs_verify_dablk(mp, irec->br_startoff)) in xchk_bmap_dirattr_extent()
307 irec->br_startoff); in xchk_bmap_dirattr_extent()
309 off = irec->br_startoff + irec->br_blockcount - 1; in xchk_bmap_dirattr_extent()
329 if (irec->br_startoff < info->lastoff) in xchk_bmap_iextent()
331 irec->br_startoff); in xchk_bmap_iextent()
338 irec->br_startoff); in xchk_bmap_iextent()
346 irec->br_startoff); in xchk_bmap_iextent()
351 irec->br_startoff); in xchk_bmap_iextent()
354 irec->br_startoff); in xchk_bmap_iextent()
360 irec->br_startoff); in xchk_bmap_iextent()
367 irec->br_startoff); in xchk_bmap_iextent()
373 irec->br_startoff); in xchk_bmap_iextent()
383 info->lastoff = irec->br_startoff + irec->br_blockcount; in xchk_bmap_iextent()
430 if (!xfs_iext_lookup_extent(ip, ifp, irec.br_startoff, &icur, in xchk_bmapbt_rec()
432 irec.br_startoff != iext_irec.br_startoff || in xchk_bmapbt_rec()
437 irec.br_startoff); in xchk_bmapbt_rec()
520 if (irec.br_startoff != rec->rm_offset) in xchk_bmap_check_rmap()
725 if (irec.br_startoff >= endoff) { in xchk_bmap()
727 irec.br_startoff); in xchk_bmap()