Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
xattr_handler Struct Reference

#include <xattr.h>

Data Fields

const charprefix
 
int flags
 
size_t(* list )(struct dentry *dentry, char *list, size_t list_size, const char *name, size_t name_len, int handler_flags)
 
int(* get )(struct dentry *dentry, const char *name, void *buffer, size_t size, int handler_flags)
 
int(* set )(struct dentry *dentry, const char *name, const void *buffer, size_t size, int flags, int handler_flags)
 

Detailed Description

Definition at line 22 of file xattr.h.

Field Documentation

int flags

Definition at line 24 of file xattr.h.

int(* get)(struct dentry *dentry, const char *name, void *buffer, size_t size, int handler_flags)

Definition at line 27 of file xattr.h.

size_t(* list)(struct dentry *dentry, char *list, size_t list_size, const char *name, size_t name_len, int handler_flags)

Definition at line 25 of file xattr.h.

const char* prefix

Definition at line 23 of file xattr.h.

Definition at line 29 of file xattr.h.


The documentation for this struct was generated from the following file: