__xfs_set_acl     251 fs/xfs/xfs_acl.c 	error =  __xfs_set_acl(inode, acl, type);
__xfs_set_acl      15 fs/xfs/xfs_acl.h extern int __xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type);
__xfs_set_acl     171 fs/xfs/xfs_iops.c 		error = __xfs_set_acl(inode, default_acl, ACL_TYPE_DEFAULT);
__xfs_set_acl     176 fs/xfs/xfs_iops.c 		error = __xfs_set_acl(inode, acl, ACL_TYPE_ACCESS);