Lines Matching refs:got
620 struct xfs_bmbt_irec got; in xchk_directory_blocks() local
654 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
657 if (got.br_startoff >= leaf_lblk) in xchk_directory_blocks()
671 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks()
673 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
681 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
683 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
690 if (xfs_iext_lookup_extent(sc->ip, ifp, leaf_lblk, &icur, &got) && in xchk_directory_blocks()
691 got.br_startoff == leaf_lblk && in xchk_directory_blocks()
692 got.br_blockcount == args.geo->fsbcount && in xchk_directory_blocks()
693 !xfs_iext_next_extent(ifp, &icur, &got)) { in xchk_directory_blocks()
709 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
715 lblk = got.br_startoff; in xchk_directory_blocks()
736 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks()
738 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
745 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
747 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()