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

Go to the source code of this file.

Data Structures

struct  xfs_acl
 
struct  xfs_acl::xfs_acl_entry
 

Macros

#define XFS_ACL_MAX_ENTRIES   25
 
#define XFS_ACL_NOT_PRESENT   (-1)
 
#define SGI_ACL_FILE   (unsigned char *)"SGI_ACL_FILE"
 
#define SGI_ACL_DEFAULT   (unsigned char *)"SGI_ACL_DEFAULT"
 
#define SGI_ACL_FILE_SIZE   (sizeof(SGI_ACL_FILE)-1)
 
#define SGI_ACL_DEFAULT_SIZE   (sizeof(SGI_ACL_DEFAULT)-1)
 
#define xfs_inherit_acl(inode, default_acl)   0
 
#define xfs_acl_chmod(inode)   0
 
#define posix_acl_access_exists(inode)   0
 
#define posix_acl_default_exists(inode)   0
 

Macro Definition Documentation

#define posix_acl_access_exists (   inode)    0

Definition at line 60 of file xfs_acl.h.

#define posix_acl_default_exists (   inode)    0

Definition at line 61 of file xfs_acl.h.

#define SGI_ACL_DEFAULT   (unsigned char *)"SGI_ACL_DEFAULT"

Definition at line 40 of file xfs_acl.h.

#define SGI_ACL_DEFAULT_SIZE   (sizeof(SGI_ACL_DEFAULT)-1)

Definition at line 42 of file xfs_acl.h.

#define SGI_ACL_FILE   (unsigned char *)"SGI_ACL_FILE"

Definition at line 39 of file xfs_acl.h.

#define SGI_ACL_FILE_SIZE   (sizeof(SGI_ACL_FILE)-1)

Definition at line 41 of file xfs_acl.h.

#define xfs_acl_chmod (   inode)    0

Definition at line 59 of file xfs_acl.h.

#define XFS_ACL_MAX_ENTRIES   25

Definition at line 25 of file xfs_acl.h.

#define XFS_ACL_NOT_PRESENT   (-1)

Definition at line 26 of file xfs_acl.h.

#define xfs_inherit_acl (   inode,
  default_acl 
)    0

Definition at line 58 of file xfs_acl.h.