summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/acl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/ufs/acl.h')
-rw-r--r--sys/ufs/ufs/acl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/ufs/ufs/acl.h b/sys/ufs/ufs/acl.h
index b53e328..235261e 100644
--- a/sys/ufs/ufs/acl.h
+++ b/sys/ufs/ufs/acl.h
@@ -37,6 +37,8 @@
#ifdef _KERNEL
+int ufs_getacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct thread *td);
+int ufs_setacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct thread *td);
void ufs_sync_acl_from_inode(struct inode *ip, struct acl *acl);
void ufs_sync_inode_from_acl(struct acl *acl, struct inode *ip);
OpenPOWER on IntegriCloud