Lines Matching refs:got
668 struct xfs_bmbt_irec got; in xchk_directory_blocks() local
700 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
703 if (got.br_startoff >= leaf_lblk) in xchk_directory_blocks()
717 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks()
719 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
727 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
729 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
736 if (xfs_iext_lookup_extent(sc->ip, ifp, leaf_lblk, &icur, &got) && in xchk_directory_blocks()
737 got.br_startoff == leaf_lblk && in xchk_directory_blocks()
738 got.br_blockcount == args.geo->fsbcount && in xchk_directory_blocks()
739 !xfs_iext_next_extent(ifp, &icur, &got)) { in xchk_directory_blocks()
755 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
761 lblk = got.br_startoff; in xchk_directory_blocks()
782 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks()
784 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
791 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
793 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()