Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dxattr.h67 struct xattr_handler { struct
68 const char *prefix;
69 int flags; /* fs private flags passed back to the handlers */
70 size_t (*list)(struct dentry *dentry, char *list, size_t list_size,
72 int (*get)(struct dentry *dentry, const char *name, void *buffer,
74 int (*set)(struct dentry *dentry, const char *name, const void *buffer,