get_inode_acl
.get_inode_acl = v9fs_iop_get_inode_acl,
.get_inode_acl = v9fs_iop_get_inode_acl,
.get_inode_acl = bad_inode_get_acl,
.get_inode_acl = btrfs_get_acl,
.get_inode_acl = btrfs_get_acl,
.get_inode_acl = btrfs_get_acl,
.get_inode_acl = ceph_get_acl,
.get_inode_acl = ceph_get_acl,
.get_inode_acl = erofs_get_acl,
.get_inode_acl = erofs_get_acl,
.get_inode_acl = erofs_get_acl,
.get_inode_acl = erofs_get_acl,
.get_inode_acl = ext2_get_acl,
.get_inode_acl = ext2_get_acl,
.get_inode_acl = ext2_get_acl,
.get_inode_acl = ext4_get_acl,
struct posix_acl *p = get_inode_acl(dir, ACL_TYPE_DEFAULT);
.get_inode_acl = ext4_get_acl,
.get_inode_acl = ext4_get_acl,
.get_inode_acl = f2fs_get_acl,
.get_inode_acl = f2fs_get_acl,
.get_inode_acl = f2fs_get_acl,
.get_inode_acl = fuse_get_inode_acl,
.get_inode_acl = fuse_get_inode_acl,
.get_inode_acl = gfs2_get_acl,
.get_inode_acl = gfs2_get_acl,
.get_inode_acl = jffs2_get_acl,
.get_inode_acl = jffs2_get_acl,
.get_inode_acl = jfs_get_acl,
.get_inode_acl = jfs_get_acl,
acl = get_inode_acl(inode, ACL_TYPE_ACCESS);
alloc = get_inode_acl(inode, ACL_TYPE_DEFAULT);
alloc = get_inode_acl(inode, ACL_TYPE_ACCESS);
acl = get_inode_acl(inode, type);
.get_inode_acl = nfs3_get_acl,
.get_inode_acl = nfs3_get_acl,
acl = get_inode_acl(inode, ACL_TYPE_ACCESS);
acl = get_inode_acl(inode, ACL_TYPE_DEFAULT);
acl = get_inode_acl(inode, ACL_TYPE_ACCESS);
acl = get_inode_acl(inode, ACL_TYPE_DEFAULT);
pacl = get_inode_acl(inode, ACL_TYPE_ACCESS);
dpacl = get_inode_acl(inode, ACL_TYPE_DEFAULT);
dpacl = get_inode_acl(inode, ACL_TYPE_DEFAULT);
pacl = get_inode_acl(inode, ACL_TYPE_ACCESS);
.get_inode_acl = ocfs2_iop_get_acl,
.get_inode_acl = ocfs2_iop_get_acl,
.get_inode_acl = ocfs2_iop_get_acl,
.get_inode_acl = orangefs_get_acl,
.get_inode_acl = orangefs_get_acl,
.get_inode_acl = ovl_get_inode_acl,
real_acl = get_inode_acl(realinode, posix_acl_type(acl_name));
.get_inode_acl = ovl_get_inode_acl,
.get_inode_acl = ovl_get_inode_acl,
} else if (inode->i_op->get_inode_acl) {
acl = inode->i_op->get_inode_acl(inode, type, false);
EXPORT_SYMBOL(get_inode_acl);
acl = get_inode_acl(inode, ACL_TYPE_ACCESS);
p = get_inode_acl(dir, ACL_TYPE_DEFAULT);
ret = inode->i_op->get_inode_acl(inode, type, LOOKUP_RCU);
fattr->cf_acls = get_inode_acl(inode, ACL_TYPE_ACCESS);
fattr->cf_dacls = get_inode_acl(inode, ACL_TYPE_DEFAULT);
posix_acls = get_inode_acl(d_inode(path->dentry), ACL_TYPE_ACCESS);
posix_acls = get_inode_acl(inode, acl_type);
acls = get_inode_acl(parent_inode, ACL_TYPE_DEFAULT);
.get_inode_acl = xfs_get_acl,
.get_inode_acl = xfs_get_acl,
.get_inode_acl = xfs_get_acl,
struct posix_acl * (*get_inode_acl)(struct inode *, int, bool);
struct posix_acl *get_inode_acl(struct inode *inode, int type);