Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
xfs_xattr.c File Reference
#include "xfs.h"
#include "xfs_da_btree.h"
#include "xfs_bmap_btree.h"
#include "xfs_inode.h"
#include "xfs_attr.h"
#include "xfs_attr_leaf.h"
#include "xfs_acl.h"
#include "xfs_vnodeops.h"
#include <linux/posix_acl_xattr.h>
#include <linux/xattr.h>

Go to the source code of this file.

Functions

ssize_t xfs_vn_listxattr (struct dentry *dentry, char *data, size_t size)
 

Variables

struct xattr_handlerxfs_xattr_handlers []
 

Function Documentation

ssize_t xfs_vn_listxattr ( struct dentry dentry,
char data,
size_t  size 
)

Definition at line 194 of file xfs_xattr.c.

Variable Documentation

struct xattr_handler* xfs_xattr_handlers[]
Initial value:
= {
&xfs_xattr_user_handler,
&xfs_xattr_trusted_handler,
&xfs_xattr_security_handler,
}

Definition at line 96 of file xfs_xattr.c.