have_map          469 fs/xfs/scrub/bmap.c 	bool				have_map;
have_map          487 fs/xfs/scrub/bmap.c 	have_map = xfs_iext_lookup_extent(sc->ip, ifp, rec->rm_offset,
have_map          489 fs/xfs/scrub/bmap.c 	if (!have_map)
have_map          499 fs/xfs/scrub/bmap.c 	while (have_map) {
have_map          517 fs/xfs/scrub/bmap.c 		have_map = xfs_iext_next_extent(ifp, &sbcri->icur, &irec);
have_map          518 fs/xfs/scrub/bmap.c 		if (!have_map)