Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
xattr.h File Reference
#include <linux/xattr.h>
#include <net/9p/9p.h>
#include <net/9p/client.h>

Go to the source code of this file.

Functions

ssize_t v9fs_fid_xattr_get (struct p9_fid *, const char *, void *, size_t)
 
ssize_t v9fs_xattr_get (struct dentry *, const char *, void *, size_t)
 
int v9fs_xattr_set (struct dentry *, const char *, const void *, size_t, int)
 
ssize_t v9fs_listxattr (struct dentry *, char *, size_t)
 

Variables

struct xattr_handlerv9fs_xattr_handlers []
 
struct xattr_handler v9fs_xattr_user_handler
 
struct xattr_handler v9fs_xattr_acl_access_handler
 
struct xattr_handler v9fs_xattr_acl_default_handler
 

Function Documentation

ssize_t v9fs_fid_xattr_get ( struct p9_fid ,
const char ,
void ,
size_t   
)

Definition at line 24 of file xattr.c.

ssize_t v9fs_listxattr ( struct dentry ,
char ,
size_t   
)

Definition at line 160 of file xattr.c.

ssize_t v9fs_xattr_get ( struct dentry ,
const char ,
void ,
size_t   
)

Definition at line 85 of file xattr.c.

int v9fs_xattr_set ( struct dentry ,
const char ,
const void ,
size_t  ,
int   
)

Definition at line 111 of file xattr.c.

Variable Documentation

struct xattr_handler v9fs_xattr_acl_access_handler

Definition at line 368 of file acl.c.

struct xattr_handler v9fs_xattr_acl_default_handler

Definition at line 375 of file acl.c.

struct xattr_handler* v9fs_xattr_handlers[]

Definition at line 165 of file xattr.c.

struct xattr_handler v9fs_xattr_user_handler

Definition at line 76 of file xattr_user.c.