|
Linux Kernel
3.7.1
|
#include "xfs.h"#include "xfs_acl.h"#include "xfs_attr.h"#include "xfs_bmap_btree.h"#include "xfs_inode.h"#include "xfs_vnodeops.h"#include "xfs_trace.h"#include <linux/slab.h>#include <linux/xattr.h>#include <linux/posix_acl_xattr.h>Go to the source code of this file.
Functions | |
| STATIC struct posix_acl * | xfs_acl_from_disk (struct xfs_acl *aclp) |
| STATIC void | xfs_acl_to_disk (struct xfs_acl *aclp, const struct posix_acl *acl) |
| struct posix_acl * | xfs_get_acl (struct inode *inode, int type) |
| STATIC int | xfs_set_acl (struct inode *inode, int type, struct posix_acl *acl) |
| int | posix_acl_access_exists (struct inode *inode) |
| int | posix_acl_default_exists (struct inode *inode) |
| int | xfs_inherit_acl (struct inode *inode, struct posix_acl *acl) |
| int | xfs_acl_chmod (struct inode *inode) |
Variables | |
| struct xattr_handler | xfs_xattr_acl_access_handler |
| struct xattr_handler | xfs_xattr_acl_default_handler |
| struct xattr_handler xfs_xattr_acl_access_handler |
| struct xattr_handler xfs_xattr_acl_default_handler |
1.8.2