Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
xattr_trusted.c File Reference
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/jffs2.h>
#include <linux/xattr.h>
#include <linux/mtd/mtd.h>
#include "nodelist.h"

Go to the source code of this file.

Variables

struct xattr_handler jffs2_trusted_xattr_handler
 

Variable Documentation

struct xattr_handler jffs2_trusted_xattr_handler
Initial value:
= {
.list = jffs2_trusted_listxattr,
.set = jffs2_trusted_setxattr,
.get = jffs2_trusted_getxattr
}

Definition at line 50 of file xattr_trusted.c.