]> Git Repo - linux.git/blob - fs/xfs/xfs_xattr.h
libbpf: Handle size overflow for ringbuf mmap
[linux.git] / fs / xfs / xfs_xattr.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright (c) 2000-2005 Silicon Graphics, Inc.
4  * All Rights Reserved.
5  */
6 #ifndef __XFS_XATTR_H__
7 #define __XFS_XATTR_H__
8
9 int xfs_attr_change(struct xfs_da_args *args);
10
11 extern const struct xattr_handler *xfs_xattr_handlers[];
12
13 #endif /* __XFS_XATTR_H__ */
This page took 0.032316 seconds and 4 git commands to generate.