1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) International Business Machines Corp., 2002
8 #ifdef CONFIG_JFS_POSIX_ACL
10 struct posix_acl
*jfs_get_acl(struct inode
*inode
, int type
);
11 int jfs_set_acl(struct inode
*inode
, struct posix_acl
*acl
, int type
);
12 int jfs_init_acl(tid_t
, struct inode
*, struct inode
*);
16 static inline int jfs_init_acl(tid_t tid
, struct inode
*inode
,
23 #endif /* _H_JFS_ACL */