2018-06-06 02:42:14 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2005-04-16 22:20:36 +00:00
|
|
|
/*
|
2005-11-02 03:58:39 +00:00
|
|
|
* Copyright (c) 2000-2005 Silicon Graphics, Inc.
|
|
|
|
* All Rights Reserved.
|
2005-04-16 22:20:36 +00:00
|
|
|
*/
|
|
|
|
#ifndef __XFS_SUPER_H__
|
|
|
|
#define __XFS_SUPER_H__
|
|
|
|
|
2007-07-17 11:04:28 +00:00
|
|
|
#include <linux/exportfs.h>
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
#ifdef CONFIG_XFS_QUOTA
|
2012-03-13 08:52:37 +00:00
|
|
|
extern int xfs_qm_init(void);
|
2005-04-16 22:20:36 +00:00
|
|
|
extern void xfs_qm_exit(void);
|
2019-10-14 17:34:32 +00:00
|
|
|
# define XFS_QUOTA_STRING "quota, "
|
2005-04-16 22:20:36 +00:00
|
|
|
#else
|
2012-03-13 08:52:37 +00:00
|
|
|
# define xfs_qm_init() (0)
|
|
|
|
# define xfs_qm_exit() do { } while (0)
|
2019-10-14 17:34:32 +00:00
|
|
|
# define XFS_QUOTA_STRING
|
2005-04-16 22:20:36 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef CONFIG_XFS_POSIX_ACL
|
|
|
|
# define XFS_ACL_STRING "ACLs, "
|
2017-11-27 21:05:09 +00:00
|
|
|
# define set_posix_acl_flag(sb) ((sb)->s_flags |= SB_POSIXACL)
|
2005-04-16 22:20:36 +00:00
|
|
|
#else
|
|
|
|
# define XFS_ACL_STRING
|
|
|
|
# define set_posix_acl_flag(sb) do { } while (0)
|
|
|
|
#endif
|
|
|
|
|
2008-04-17 06:50:22 +00:00
|
|
|
#define XFS_SECURITY_STRING "security attributes, "
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
#ifdef CONFIG_XFS_RT
|
|
|
|
# define XFS_REALTIME_STRING "realtime, "
|
|
|
|
#else
|
|
|
|
# define XFS_REALTIME_STRING
|
|
|
|
#endif
|
|
|
|
|
2018-01-31 19:31:10 +00:00
|
|
|
#ifdef CONFIG_XFS_ONLINE_SCRUB
|
|
|
|
# define XFS_SCRUB_STRING "scrub, "
|
|
|
|
#else
|
|
|
|
# define XFS_SCRUB_STRING
|
|
|
|
#endif
|
|
|
|
|
2019-06-05 18:19:48 +00:00
|
|
|
#ifdef CONFIG_XFS_ONLINE_REPAIR
|
|
|
|
# define XFS_REPAIR_STRING "repair, "
|
|
|
|
#else
|
|
|
|
# define XFS_REPAIR_STRING
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef CONFIG_XFS_WARN
|
|
|
|
# define XFS_WARN_STRING "verbose warnings, "
|
|
|
|
#else
|
|
|
|
# define XFS_WARN_STRING
|
|
|
|
#endif
|
|
|
|
|
2019-10-14 17:34:32 +00:00
|
|
|
#ifdef CONFIG_XFS_ASSERT_FATAL
|
|
|
|
# define XFS_ASSERT_FATAL_STRING "fatal assert, "
|
|
|
|
#else
|
|
|
|
# define XFS_ASSERT_FATAL_STRING
|
|
|
|
#endif
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
#ifdef DEBUG
|
|
|
|
# define XFS_DBG_STRING "debug"
|
|
|
|
#else
|
|
|
|
# define XFS_DBG_STRING "no debug"
|
|
|
|
#endif
|
|
|
|
|
2010-10-06 18:41:15 +00:00
|
|
|
#define XFS_VERSION_STRING "SGI XFS"
|
2005-04-16 22:20:36 +00:00
|
|
|
#define XFS_BUILD_OPTIONS XFS_ACL_STRING \
|
|
|
|
XFS_SECURITY_STRING \
|
|
|
|
XFS_REALTIME_STRING \
|
2018-01-31 19:31:10 +00:00
|
|
|
XFS_SCRUB_STRING \
|
2019-06-05 18:19:48 +00:00
|
|
|
XFS_REPAIR_STRING \
|
|
|
|
XFS_WARN_STRING \
|
2019-10-14 17:34:32 +00:00
|
|
|
XFS_QUOTA_STRING \
|
|
|
|
XFS_ASSERT_FATAL_STRING \
|
2005-04-16 22:20:36 +00:00
|
|
|
XFS_DBG_STRING /* DBG must be last */
|
|
|
|
|
2021-01-23 00:48:42 +00:00
|
|
|
#ifdef DEBUG
|
|
|
|
# define XFS_WQFLAGS(wqflags) (WQ_SYSFS | (wqflags))
|
|
|
|
#else
|
|
|
|
# define XFS_WQFLAGS(wqflags) (wqflags)
|
|
|
|
#endif
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
struct xfs_inode;
|
|
|
|
struct xfs_mount;
|
|
|
|
struct xfs_buftarg;
|
|
|
|
struct block_device;
|
|
|
|
|
2012-10-08 10:56:04 +00:00
|
|
|
extern void xfs_flush_inodes(struct xfs_mount *mp);
|
2016-03-01 22:58:09 +00:00
|
|
|
extern xfs_agnumber_t xfs_set_inode_alloc(struct xfs_mount *,
|
|
|
|
xfs_agnumber_t agcount);
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2007-10-21 23:42:17 +00:00
|
|
|
extern const struct export_operations xfs_export_operations;
|
2009-09-22 00:01:09 +00:00
|
|
|
extern const struct quotactl_ops xfs_quotactl_operations;
|
2022-06-03 05:37:30 +00:00
|
|
|
extern const struct dax_holder_operations xfs_dax_holder_operations;
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2015-02-23 10:22:31 +00:00
|
|
|
extern void xfs_reinit_percpu_counters(struct xfs_mount *mp);
|
|
|
|
|
2017-02-07 22:07:58 +00:00
|
|
|
extern struct workqueue_struct *xfs_discard_wq;
|
|
|
|
|
2007-08-30 07:21:30 +00:00
|
|
|
#define XFS_M(sb) ((struct xfs_mount *)((sb)->s_fs_info))
|
2007-08-30 07:19:57 +00:00
|
|
|
|
2023-08-10 14:48:07 +00:00
|
|
|
struct dentry *xfs_debugfs_mkdir(const char *name, struct dentry *parent);
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
#endif /* __XFS_SUPER_H__ */
|