// 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; struct fsmap_head; /* internal fsmap representation */ struct xfs_fsmap { … }; struct xfs_fsmap_head { … }; int xfs_ioc_getfsmap(struct xfs_inode *ip, struct fsmap_head __user *arg); #endif /* __XFS_FSMAP_H__ */