Home
last modified time | relevance | path

Searched defs:xattr_handler (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
Dxattr.h22 struct xattr_handler { struct
23 const char *prefix;
24 int flags; /* fs private flags passed back to the handlers */
25 size_t (*list)(struct dentry *dentry, char *list, size_t list_size,
27 int (*get)(struct dentry *dentry, const char *name, void *buffer,
29 int (*set)(struct dentry *dentry, const char *name, const void *buffer,