acl_type_t
acl_delete_file_np(const char *path_p, acl_type_t type)
acl_delete_fd_np(int filedes, acl_type_t type)
acl_get_file(const char *path_p, acl_type_t type)
acl_get_fd_np(int fd, acl_type_t type)
acl_set_file(const char *path_p, acl_type_t type, acl_t acl)
acl_set_fd_np(int fd, acl_t acl, acl_type_t type)
acl_posix1e(acl_t acl, acl_type_t type)
int acl_posix1e(acl_t acl, acl_type_t type);
acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl)
acl_valid_fd_np(int fd, acl_type_t type, acl_t acl)
vacl_delete(struct vnode *vp, acl_type_t type)
vacl_aclcheck(struct vnode *vp, acl_type_t type, struct acl *aclp)
static int vacl_set_acl(struct vnode *vp, acl_type_t type, struct acl *aclp);
static int vacl_get_acl(struct vnode *vp, acl_type_t type, struct acl *aclp);
static int vacl_aclcheck(struct vnode *vp, acl_type_t type, struct acl *aclp);
vacl_set_acl(struct vnode *vp, acl_type_t type, struct acl *aclp)
vacl_get_acl(struct vnode *vp, acl_type_t type, struct acl *aclp)
vop_getacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
vop_setacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
vop_aclcheck(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
int __acl_aclcheck_fd(int, acl_type_t, struct acl *);
int __acl_aclcheck_file(const char *, acl_type_t, struct acl *);
int __acl_delete_fd(int, acl_type_t);
int __acl_delete_file(const char *, acl_type_t);
int __acl_get_fd(int, acl_type_t, struct acl *);
int __acl_get_file(const char *, acl_type_t, struct acl *);
int __acl_set_fd(int, acl_type_t, struct acl *);
int __acl_set_file(const char *, acl_type_t, struct acl *);
int acl_delete_fd_np(int, acl_type_t);
int acl_delete_file_np(const char *, acl_type_t);
acl_t acl_get_fd_np(int, acl_type_t);
acl_t acl_get_file(const char *, acl_type_t);
int acl_set_fd_np(int, acl_t, acl_type_t);
int acl_set_file(const char *, acl_type_t, acl_t);
int acl_valid_fd_np(int, acl_type_t, acl_t);
int acl_valid_file_np(const char *, acl_type_t, acl_t);
acl_type_t type; char type_[PAD_(acl_type_t)];
acl_type_t type; char type_[PAD_(acl_type_t)];
acl_type_t type; char type_[PAD_(acl_type_t)];
acl_type_t type; char type_[PAD_(acl_type_t)];
acl_type_t type; char type_[PAD_(acl_type_t)];
acl_type_t type; char type_[PAD_(acl_type_t)];
acl_type_t type; char type_[PAD_(acl_type_t)];
acl_type_t type; char type_[PAD_(acl_type_t)];
acl_type_t a_type;
acl_type_t a_type;
acl_type_t a_type;
int vop_getacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
int vop_setacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
int vop_aclcheck(struct vop_ops *ops, struct vnode *vp, acl_type_t type,