#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/mount.h>
#include <linux/namei.h>
#include <linux/security.h>
#include <linux/slab.h>
#include "internal.h"
Go to the source code of this file.
|
int | cachefiles_delete_object (struct cachefiles_cache *cache, struct cachefiles_object *object) |
|
int | cachefiles_walk_to_object (struct cachefiles_object *parent, struct cachefiles_object *object, const char *key, struct cachefiles_xattr *auxdata) |
|
struct dentry * | cachefiles_get_directory (struct cachefiles_cache *cache, struct dentry *dir, const char *dirname) |
|
int | cachefiles_cull (struct cachefiles_cache *cache, struct dentry *dir, char *filename) |
|
int | cachefiles_check_in_use (struct cachefiles_cache *cache, struct dentry *dir, char *filename) |
|
#define CACHEFILES_KEYBUF_SIZE 512 |