|
Linux Kernel
3.7.1
|
#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) |
| int cachefiles_check_object_type | ( | struct cachefiles_object * | object | ) |
| 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 | ||
| ) |
| 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 | ||
| ) |
1.8.2