Lines Matching refs:br_startoff

106 		offset = irec->br_startoff;  in xchk_bmap_get_rmap()
141 irec->br_startoff); in xchk_bmap_get_rmap()
173 irec->br_startoff); in xchk_bmap_xref_rmap()
183 if (rmap.rm_offset > irec->br_startoff || in xchk_bmap_xref_rmap()
184 irec->br_startoff + irec->br_blockcount > rmap_end) in xchk_bmap_xref_rmap()
186 info->whichfork, irec->br_startoff); in xchk_bmap_xref_rmap()
191 irec->br_startoff); in xchk_bmap_xref_rmap()
204 irec->br_startoff); in xchk_bmap_xref_rmap()
209 irec->br_startoff); in xchk_bmap_xref_rmap()
212 irec->br_startoff); in xchk_bmap_xref_rmap()
245 irec->br_startoff, &error)) in xchk_bmap_iextent_xref()
285 if (!xfs_verify_dablk(mp, irec->br_startoff)) in xchk_bmap_dirattr_extent()
287 irec->br_startoff); in xchk_bmap_dirattr_extent()
289 off = irec->br_startoff + irec->br_blockcount - 1; in xchk_bmap_dirattr_extent()
309 if (irec->br_startoff < info->lastoff) in xchk_bmap_iextent()
311 irec->br_startoff); in xchk_bmap_iextent()
318 irec->br_startoff); in xchk_bmap_iextent()
326 irec->br_startoff); in xchk_bmap_iextent()
331 irec->br_startoff); in xchk_bmap_iextent()
334 irec->br_startoff); in xchk_bmap_iextent()
340 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()
500 if (irec.br_startoff != rec->rm_offset) in xchk_bmap_check_rmap()
710 if (irec.br_startoff >= endoff) { in xchk_bmap()
712 irec.br_startoff); in xchk_bmap()