Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
generic_acl.h
Go to the documentation of this file.
1
#ifndef LINUX_GENERIC_ACL_H
2
#define LINUX_GENERIC_ACL_H
3
4
#include <linux/xattr.h>
5
6
struct
inode
;
7
8
extern
const
struct
xattr_handler
generic_acl_access_handler
;
9
extern
const
struct
xattr_handler
generic_acl_default_handler
;
10
11
int
generic_acl_init
(
struct
inode
*,
struct
inode
*);
12
int
generic_acl_chmod
(
struct
inode
*);
13
14
#endif
/* LINUX_GENERIC_ACL_H */
Generated on Thu Jan 10 2013 14:51:28 for Linux Kernel by
1.8.2