Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
namei.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/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.

Macros

#define CACHEFILES_KEYBUF_SIZE   512
 

Functions

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 dentrycachefiles_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)
 

Macro Definition Documentation

#define CACHEFILES_KEYBUF_SIZE   512

Definition at line 25 of file namei.c.

Function Documentation

int cachefiles_check_in_use ( struct cachefiles_cache cache,
struct dentry dir,
char filename 
)

Definition at line 973 of file namei.c.

int cachefiles_cull ( struct cachefiles_cache cache,
struct dentry dir,
char filename 
)

Definition at line 913 of file namei.c.

int cachefiles_delete_object ( struct cachefiles_cache cache,
struct cachefiles_object object 
)

Definition at line 418 of file namei.c.

struct dentry* cachefiles_get_directory ( struct cachefiles_cache cache,
struct dentry dir,
const char dirname 
)
read

Definition at line 720 of file namei.c.

int cachefiles_walk_to_object ( struct cachefiles_object parent,
struct cachefiles_object object,
const char key,
struct cachefiles_xattr auxdata 
)

Definition at line 464 of file namei.c.