Go to the documentation of this file.
10 #ifndef _LINUX_XATTR_H
11 #define _LINUX_XATTR_H
14 #include <linux/slab.h>
15 #include <linux/types.h>
28 size_t size,
int handler_flags);
30 size_t size,
int flags,
int handler_flags);
70 static inline void simple_xattrs_init(
struct simple_xattrs *xattrs)
72 INIT_LIST_HEAD(&xattrs->
head);
79 static inline void simple_xattrs_free(
struct simple_xattrs *xattrs)