Lines Matching refs:got
663 struct xfs_bmbt_irec got; in xchk_directory_blocks() local
694 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
697 if (got.br_startoff >= leaf_lblk) in xchk_directory_blocks()
711 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks()
713 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
720 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
722 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
729 if (xfs_iext_lookup_extent(sc->ip, ifp, leaf_lblk, &icur, &got) && in xchk_directory_blocks()
730 got.br_startoff == leaf_lblk && in xchk_directory_blocks()
731 got.br_blockcount == args.geo->fsbcount && in xchk_directory_blocks()
732 !xfs_iext_next_extent(ifp, &icur, &got)) { in xchk_directory_blocks()
748 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
754 lblk = got.br_startoff; in xchk_directory_blocks()
775 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks()
777 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
784 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
786 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()