summaryrefslogtreecommitdiffstats
path: root/xlators/system/posix-acl/src/posix-acl.h
diff options
context:
space:
mode:
authorGluster Ant <bugzilla-bot@gluster.org>2018-09-12 17:22:48 +0530
committerNigel Babu <nigelb@redhat.com>2018-09-12 17:22:48 +0530
commit45a71c0548b6fd2c757aa2e7b7671a1411948894 (patch)
tree2a5a9b73bae47ab53a41166fd041a06612587f48 /xlators/system/posix-acl/src/posix-acl.h
parentbe77dbbda692792335a8e9e7c02e0c281f003c40 (diff)
Land clang-format changes
Change-Id: I6f5d8140a06f3c1b2d196849299f8d483028d33b
Diffstat (limited to 'xlators/system/posix-acl/src/posix-acl.h')
-rw-r--r--xlators/system/posix-acl/src/posix-acl.h26
1 files changed, 16 insertions, 10 deletions
diff --git a/xlators/system/posix-acl/src/posix-acl.h b/xlators/system/posix-acl/src/posix-acl.h
index c5e01967a11..e25fbb54941 100644
--- a/xlators/system/posix-acl/src/posix-acl.h
+++ b/xlators/system/posix-acl/src/posix-acl.h
@@ -16,15 +16,21 @@
#include "byte-order.h"
#include "glusterfs-acl.h"
-struct posix_acl *posix_acl_new (xlator_t *this, int entry_count);
-struct posix_acl *posix_acl_ref (xlator_t *this, struct posix_acl *acl);
-void posix_acl_unref (xlator_t *this, struct posix_acl *acl);
-void posix_acl_destroy (xlator_t *this, struct posix_acl *acl);
-struct posix_acl_ctx *posix_acl_ctx_get (inode_t *inode, xlator_t *this);
-int posix_acl_get (inode_t *inode, xlator_t *this,
- struct posix_acl **acl_access_p,
- struct posix_acl **acl_default_p);
-int posix_acl_set (inode_t *inode, xlator_t *this, struct posix_acl *acl_access,
- struct posix_acl *acl_default);
+struct posix_acl *
+posix_acl_new(xlator_t *this, int entry_count);
+struct posix_acl *
+posix_acl_ref(xlator_t *this, struct posix_acl *acl);
+void
+posix_acl_unref(xlator_t *this, struct posix_acl *acl);
+void
+posix_acl_destroy(xlator_t *this, struct posix_acl *acl);
+struct posix_acl_ctx *
+posix_acl_ctx_get(inode_t *inode, xlator_t *this);
+int
+posix_acl_get(inode_t *inode, xlator_t *this, struct posix_acl **acl_access_p,
+ struct posix_acl **acl_default_p);
+int
+posix_acl_set(inode_t *inode, xlator_t *this, struct posix_acl *acl_access,
+ struct posix_acl *acl_default);
#endif /* !_POSIX_ACL_H */