linux/fs/xfs/xfs_fsmap.h

// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (C) 2017 Oracle.  All Rights Reserved.
 * Author: Darrick J. Wong <[email protected]>
 */
#ifndef __XFS_FSMAP_H__
#define __XFS_FSMAP_H__

struct fsmap;

/* internal fsmap representation */
struct xfs_fsmap {};

struct xfs_fsmap_head {};

void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src);

int xfs_getfsmap(struct xfs_mount *mp, struct xfs_fsmap_head *head,
		struct fsmap *out_recs);

#endif /* __XFS_FSMAP_H__ */