Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions
path.h File Reference

Go to the source code of this file.

Enumerations

enum  path_flags {
  PATH_IS_DIR = 0x1, PATH_CONNECT_PATH = 0x4, PATH_CHROOT_REL = 0x8, PATH_CHROOT_NSCONNECT = 0x10,
  PATH_DELEGATE_DELETED = 0x08000, PATH_MEDIATE_DELETED = 0x10000
}
 

Functions

int aa_path_name (struct path *path, int flags, char **buffer, const char **name, const char **info)
 

Enumeration Type Documentation

enum path_flags
Enumerator:
PATH_IS_DIR 
PATH_CONNECT_PATH 
PATH_CHROOT_REL 
PATH_CHROOT_NSCONNECT 
PATH_DELEGATE_DELETED 
PATH_MEDIATE_DELETED 

Definition at line 19 of file path.h.

Function Documentation

int aa_path_name ( struct path path,
int  flags,
char **  buffer,
const char **  name,
const char **  info 
)

Definition at line 207 of file path.c.