has_rmap         2457 fs/xfs/libxfs/xfs_rmap.c 	bool				*has_rmap)
has_rmap         2475 fs/xfs/libxfs/xfs_rmap.c 		*has_rmap = false;
has_rmap         2483 fs/xfs/libxfs/xfs_rmap.c 		*has_rmap = false;
has_rmap         2487 fs/xfs/libxfs/xfs_rmap.c 	*has_rmap = (irec.rm_owner == owner && irec.rm_startblock <= bno &&
has_rmap         2496 fs/xfs/libxfs/xfs_rmap.c 	bool				has_rmap;
has_rmap         2511 fs/xfs/libxfs/xfs_rmap.c 	rks->has_rmap = true;
has_rmap         2525 fs/xfs/libxfs/xfs_rmap.c 	bool				*has_rmap)
has_rmap         2533 fs/xfs/libxfs/xfs_rmap.c 	rks.has_rmap = false;
has_rmap         2544 fs/xfs/libxfs/xfs_rmap.c 	*has_rmap = rks.has_rmap;
has_rmap          199 fs/xfs/libxfs/xfs_rmap.h 		bool *has_rmap);
has_rmap          202 fs/xfs/libxfs/xfs_rmap.h 		bool *has_rmap);
has_rmap           93 fs/xfs/scrub/bmap.c 	int			has_rmap;
has_rmap          115 fs/xfs/scrub/bmap.c 				owner, offset, rflags, rmap, &has_rmap);
has_rmap          126 fs/xfs/scrub/bmap.c 			offset, rflags, &has_rmap);
has_rmap          130 fs/xfs/scrub/bmap.c 	if (!has_rmap)
has_rmap          133 fs/xfs/scrub/bmap.c 	error = xfs_rmap_get_rec(info->sc->sa.rmap_cur, rmap, &has_rmap);
has_rmap          139 fs/xfs/scrub/bmap.c 	if (!has_rmap)
has_rmap          142 fs/xfs/scrub/bmap.c 	return has_rmap;
has_rmap          181 fs/xfs/scrub/rmap.c 	bool				has_rmap;
has_rmap          188 fs/xfs/scrub/rmap.c 			&has_rmap);
has_rmap          191 fs/xfs/scrub/rmap.c 	if (has_rmap != should_have_rmap)
has_rmap          224 fs/xfs/scrub/rmap.c 	bool			has_rmap;
has_rmap          230 fs/xfs/scrub/rmap.c 	error = xfs_rmap_has_record(sc->sa.rmap_cur, bno, len, &has_rmap);
has_rmap          233 fs/xfs/scrub/rmap.c 	if (has_rmap)