1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 3 * linux/fs/hfsplus/xattr.h 4 * 5 * Vyacheslav Dubeyko <slava@dubeyko.com> 6 * 7 * Logic of processing extended attributes 8 */ 9 10 #ifndef _LINUX_HFSPLUS_XATTR_H 11 #define _LINUX_HFSPLUS_XATTR_H 12 13 #include <linux/xattr.h> 14 15 extern const struct xattr_handler hfsplus_xatt 16 extern const struct xattr_handler hfsplus_xatt 17 extern const struct xattr_handler hfsplus_xatt 18 extern const struct xattr_handler hfsplus_xatt 19 20 extern const struct xattr_handler * const hfsp 21 22 int __hfsplus_setxattr(struct inode *inode, co 23 const void *value, siz 24 25 int hfsplus_setxattr(struct inode *inode, cons 26 const void 27 const char 28 29 ssize_t __hfsplus_getxattr(struct inode *inode 30 void *value, size_t 31 32 ssize_t hfsplus_getxattr(struct inode *inode, 33 void *value, size_t s 34 const char *prefix, s 35 36 ssize_t hfsplus_listxattr(struct dentry *dentr 37 38 int hfsplus_init_security(struct inode *inode, 39 const struct q 40 41 #endif 42
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.