Lines Matching refs:got
627 struct xfs_bmbt_irec got; in xchk_directory_blocks() local
659 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
663 (got.br_startoff > 0 || in xchk_directory_blocks()
664 got.br_blockcount != args.geo->fsbcount)) { in xchk_directory_blocks()
666 got.br_startoff); in xchk_directory_blocks()
671 if (got.br_startoff >= leaf_lblk) in xchk_directory_blocks()
685 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks()
687 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
694 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
696 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
703 if (xfs_iext_lookup_extent(sc->ip, ifp, leaf_lblk, &icur, &got) && in xchk_directory_blocks()
704 got.br_startoff == leaf_lblk && in xchk_directory_blocks()
705 got.br_blockcount == args.geo->fsbcount && in xchk_directory_blocks()
706 !xfs_iext_next_extent(ifp, &icur, &got)) { in xchk_directory_blocks()
722 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
728 lblk = got.br_startoff; in xchk_directory_blocks()
749 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks()
751 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
758 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
760 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()