Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Copyright (c) 2000-2005 Silicon Graphics, Inc.
0004  * All Rights Reserved.
0005  */
0006 #ifndef __XFS_XATTR_H__
0007 #define __XFS_XATTR_H__
0008 
0009 int xfs_attr_change(struct xfs_da_args *args);
0010 
0011 extern const struct xattr_handler *xfs_xattr_handlers[];
0012 
0013 #endif /* __XFS_XATTR_H__ */