#include "ubifs.h"
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/xattr.h>
#include <linux/posix_acl_xattr.h>
Go to the source code of this file.
|
int | ubifs_setxattr (struct dentry *dentry, const char *name, const void *value, size_t size, int flags) |
|
ssize_t | ubifs_getxattr (struct dentry *dentry, const char *name, void *buf, size_t size) |
|
ssize_t | ubifs_listxattr (struct dentry *dentry, char *buffer, size_t size) |
|
int | ubifs_removexattr (struct dentry *dentry, const char *name) |
|
#define MAX_XATTRS_PER_INODE 65535 |
- Enumerator:
USER_XATTR |
|
TRUSTED_XATTR |
|
SECURITY_XATTR |
|
Definition at line 77 of file xattr.c.