// SPDX-License-Identifier: GPL-2.0 /* * (C) 2001 Clemson University and The University of Chicago * * See COPYING in top-level directory. */ #include "protocol.h" #include "orangefs-kernel.h" #include "orangefs-bufmap.h" #include <linux/posix_acl_xattr.h> struct posix_acl *orangefs_get_acl(struct inode *inode, int type, bool rcu) { … } int __orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type) { … } int orangefs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, struct posix_acl *acl, int type) { … }