Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xattr.c File Reference
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/file.h>
#include <linux/fs.h>
#include <linux/fsnotify.h>
#include <linux/quotaops.h>
#include <linux/xattr.h>
#include <linux/slab.h>
#include "internal.h"

Go to the source code of this file.

Functions

int cachefiles_check_object_type (struct cachefiles_object *object)
 
int cachefiles_set_object_xattr (struct cachefiles_object *object, struct cachefiles_xattr *auxdata)
 
int cachefiles_update_object_xattr (struct cachefiles_object *object, struct cachefiles_xattr *auxdata)
 
int cachefiles_check_object_xattr (struct cachefiles_object *object, struct cachefiles_xattr *auxdata)
 
int cachefiles_remove_object_xattr (struct cachefiles_cache *cache, struct dentry *dentry)
 

Function Documentation

int cachefiles_check_object_type ( struct cachefiles_object object)

Definition at line 29 of file xattr.c.

int cachefiles_check_object_xattr ( struct cachefiles_object object,
struct cachefiles_xattr auxdata 
)

Definition at line 165 of file xattr.c.

int cachefiles_remove_object_xattr ( struct cachefiles_cache cache,
struct dentry dentry 
)

Definition at line 274 of file xattr.c.

int cachefiles_set_object_xattr ( struct cachefiles_object object,
struct cachefiles_xattr auxdata 
)

Definition at line 106 of file xattr.c.

int cachefiles_update_object_xattr ( struct cachefiles_object object,
struct cachefiles_xattr auxdata 
)

Definition at line 135 of file xattr.c.