]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - fs/xfs/libxfs/xfs_attr_remote.h
xfs: convert to SPDX license tags
[mirror_ubuntu-jammy-kernel.git] / fs / xfs / libxfs / xfs_attr_remote.h
CommitLineData
0b61f8a4 1// SPDX-License-Identifier: GPL-2.0
95920cd6
DC
2/*
3 * Copyright (c) 2013 Red Hat, Inc.
4 * All Rights Reserved.
95920cd6
DC
5 */
6#ifndef __XFS_ATTR_REMOTE_H__
7#define __XFS_ATTR_REMOTE_H__
8
7bc0dc27
DC
9int xfs_attr3_rmt_blocks(struct xfs_mount *mp, int attrlen);
10
95920cd6
DC
11int xfs_attr_rmtval_get(struct xfs_da_args *args);
12int xfs_attr_rmtval_set(struct xfs_da_args *args);
13int xfs_attr_rmtval_remove(struct xfs_da_args *args);
14
15#endif /* __XFS_ATTR_REMOTE_H__ */