Lines Matching full:got

251 	/* Make sure we got a real directory entry. */  in xchk_dir_rec()
649 struct xfs_bmbt_irec got; in xchk_directory_blocks() local
680 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
684 (got.br_startoff > 0 || in xchk_directory_blocks()
685 got.br_blockcount != args.geo->fsbcount)) { in xchk_directory_blocks()
687 got.br_startoff); in xchk_directory_blocks()
692 if (got.br_startoff >= leaf_lblk) in xchk_directory_blocks()
706 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks()
708 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
715 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
717 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
724 if (xfs_iext_lookup_extent(sc->ip, ifp, leaf_lblk, &icur, &got) && in xchk_directory_blocks()
725 got.br_startoff == leaf_lblk && in xchk_directory_blocks()
726 got.br_blockcount == args.geo->fsbcount && in xchk_directory_blocks()
727 !xfs_iext_next_extent(ifp, &icur, &got)) { in xchk_directory_blocks()
743 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
749 lblk = got.br_startoff; in xchk_directory_blocks()
770 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks()
772 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
779 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
781 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()