other_ace        2331 source3/smbd/posix_acls.c 	canon_ace *other_ace = NULL;
other_ace        2339 source3/smbd/posix_acls.c 			other_ace = ace;
other_ace        2343 source3/smbd/posix_acls.c 	if (!owner_ace || !other_ace) {
other_ace        2358 source3/smbd/posix_acls.c 	if (other_ace) {
other_ace        2359 source3/smbd/posix_acls.c 		DLIST_DEMOTE(l_head, other_ace, canon_ace *);
other_ace        2865 source3/smbd/posix_acls.c 	canon_ace *other_ace = NULL;
other_ace        2881 source3/smbd/posix_acls.c 			other_ace = ace_p;
other_ace        2884 source3/smbd/posix_acls.c 	if (!owner_ace || !group_ace || !other_ace) {
other_ace        2896 source3/smbd/posix_acls.c 	*posix_perms |= MAP_PERM(other_ace->perms, S_IRUSR, S_IROTH);
other_ace        2897 source3/smbd/posix_acls.c 	*posix_perms |= MAP_PERM(other_ace->perms, S_IWUSR, S_IWOTH);
other_ace        2898 source3/smbd/posix_acls.c 	*posix_perms |= MAP_PERM(other_ace->perms, S_IXUSR, S_IXOTH);
other_ace        2921 source3/smbd/posix_acls.c 		(int)owner_ace->perms, (int)group_ace->perms, (int)other_ace->perms, (int)*posix_perms,