a_perm 45 source3/include/smb_acls.h SMB_ACL_PERM_T a_perm; a_perm 81 source3/lib/sysacls.c *permset_p = &entry_d->a_perm; a_perm 198 source3/lib/sysacls.c perms[0] = (ap->a_perm & SMB_ACL_READ) ? 'r' : '-'; a_perm 199 source3/lib/sysacls.c perms[1] = (ap->a_perm & SMB_ACL_WRITE) ? 'w' : '-'; a_perm 200 source3/lib/sysacls.c perms[2] = (ap->a_perm & SMB_ACL_EXECUTE) ? 'x' : '-'; a_perm 278 source3/lib/sysacls.c entry_d->a_perm = 0; a_perm 325 source3/lib/sysacls.c entry_d->a_perm = *permset_d; a_perm 103 source3/modules/vfs_aixacl_util.c ace->a_perm = acl_entry->ace_access; a_perm 104 source3/modules/vfs_aixacl_util.c ace->a_perm <<= 6; a_perm 105 source3/modules/vfs_aixacl_util.c DEBUG(10,("ace->a_perm is %d\n",ace->a_perm)); a_perm 111 source3/modules/vfs_aixacl_util.c ace->a_perm = ~acl_entry->ace_access & 7; a_perm 112 source3/modules/vfs_aixacl_util.c DEBUG(10,("ace->a_perm is %d\n",ace->a_perm)); a_perm 113 source3/modules/vfs_aixacl_util.c ace->a_perm <<= 6; a_perm 122 source3/modules/vfs_aixacl_util.c ace->a_perm |= (ace->a_perm & S_IRUSR) ? SMB_ACL_READ : 0; a_perm 123 source3/modules/vfs_aixacl_util.c ace->a_perm |= (ace->a_perm & S_IWUSR) ? SMB_ACL_WRITE : 0; a_perm 124 source3/modules/vfs_aixacl_util.c ace->a_perm |= (ace->a_perm & S_IXUSR) ? SMB_ACL_EXECUTE : 0; a_perm 125 source3/modules/vfs_aixacl_util.c DEBUG(10,("ace->a_perm is %d\n",ace->a_perm)); a_perm 159 source3/modules/vfs_aixacl_util.c ace->a_perm = file_acl->g_access << 6; a_perm 164 source3/modules/vfs_aixacl_util.c ace->a_perm = file_acl->o_access << 6; a_perm 169 source3/modules/vfs_aixacl_util.c ace->a_perm = file_acl->u_access << 6; a_perm 177 source3/modules/vfs_aixacl_util.c ace->a_perm |= ((ace->a_perm & S_IRUSR) ? SMB_ACL_READ : 0); a_perm 178 source3/modules/vfs_aixacl_util.c ace->a_perm |= ((ace->a_perm & S_IWUSR) ? SMB_ACL_WRITE : 0); a_perm 179 source3/modules/vfs_aixacl_util.c ace->a_perm |= ((ace->a_perm & S_IXUSR) ? SMB_ACL_EXECUTE : 0); a_perm 183 source3/modules/vfs_aixacl_util.c DEBUG(10,("ace->a_perm = %d\n",ace->a_perm)); a_perm 193 source3/modules/vfs_aixacl_util.c static ushort aixacl_smb_to_aixperm(SMB_ACL_PERM_T a_perm) a_perm 196 source3/modules/vfs_aixacl_util.c if (a_perm & SMB_ACL_READ) a_perm 198 source3/modules/vfs_aixacl_util.c if (a_perm & SMB_ACL_WRITE) a_perm 200 source3/modules/vfs_aixacl_util.c if (a_perm & SMB_ACL_EXECUTE) a_perm 242 source3/modules/vfs_aixacl_util.c file_acl->u_access = aixacl_smb_to_aixperm(smb_entry->a_perm); a_perm 245 source3/modules/vfs_aixacl_util.c file_acl->g_access = aixacl_smb_to_aixperm(smb_entry->a_perm); a_perm 248 source3/modules/vfs_aixacl_util.c file_acl->o_access = aixacl_smb_to_aixperm(smb_entry->a_perm); a_perm 279 source3/modules/vfs_aixacl_util.c acl_entry->ace_access = aixacl_smb_to_aixperm(smb_entry->a_perm); a_perm 513 source3/modules/vfs_gpfs.c ace->a_perm = 0; a_perm 514 source3/modules/vfs_gpfs.c ace->a_perm |= (g_ace->ace_perm & ACL_PERM_READ) ? a_perm 516 source3/modules/vfs_gpfs.c ace->a_perm |= (g_ace->ace_perm & ACL_PERM_WRITE) ? a_perm 518 source3/modules/vfs_gpfs.c ace->a_perm |= (g_ace->ace_perm & ACL_PERM_EXECUTE) ? a_perm 522 source3/modules/vfs_gpfs.c ace->a_type, ace->a_perm)); a_perm 630 source3/modules/vfs_gpfs.c (int)ace->a_type, (int)ace->a_perm)); a_perm 668 source3/modules/vfs_gpfs.c g_ace->ace_perm |= (ace->a_perm & SMB_ACL_READ) ? a_perm 670 source3/modules/vfs_gpfs.c g_ace->ace_perm |= (ace->a_perm & SMB_ACL_WRITE) ? a_perm 672 source3/modules/vfs_gpfs.c g_ace->ace_perm |= (ace->a_perm & SMB_ACL_EXECUTE) ? a_perm 455 source3/modules/vfs_hpuxacl.c hpux_entry.a_perm = a_perm 456 source3/modules/vfs_hpuxacl.c smb_perm_to_hpux_perm(smb_entry->a_perm); a_perm 460 source3/modules/vfs_hpuxacl.c DEBUGADD(10, (" - perm: o%o\n", hpux_entry.a_perm)); a_perm 474 source3/modules/vfs_hpuxacl.c (*hpux_acl)[(*count)-1].a_perm)); a_perm 527 source3/modules/vfs_hpuxacl.c smb_perm = hpux_perm_to_smb_perm(hpux_acl[i].a_perm); a_perm 530 source3/modules/vfs_hpuxacl.c hpux_acl[i].a_perm)); a_perm 854 source3/modules/vfs_hpuxacl.c temp_acl.a_perm = aclp0->a_perm; a_perm 858 source3/modules/vfs_hpuxacl.c aclp0->a_perm = aclp1->a_perm; a_perm 862 source3/modules/vfs_hpuxacl.c aclp1->a_perm = temp_acl.a_perm; a_perm 912 source3/modules/vfs_hpuxacl.c return aclp->a_perm; a_perm 1044 source3/modules/vfs_hpuxacl.c aclp[n_class_obj_index].a_perm = n_class_obj_perm; a_perm 1147 source3/modules/vfs_hpuxacl.c hpux_acl[check_which].a_perm)); a_perm 200 source3/modules/vfs_posixacl.c ace->a_perm = 0; a_perm 202 source3/modules/vfs_posixacl.c ace->a_perm |= (acl_get_perm_np(permset, ACL_READ) ? SMB_ACL_READ : 0); a_perm 203 source3/modules/vfs_posixacl.c ace->a_perm |= (acl_get_perm_np(permset, ACL_WRITE) ? SMB_ACL_WRITE : 0); a_perm 204 source3/modules/vfs_posixacl.c ace->a_perm |= (acl_get_perm_np(permset, ACL_EXECUTE) ? SMB_ACL_EXECUTE : 0); a_perm 206 source3/modules/vfs_posixacl.c ace->a_perm |= (acl_get_perm(permset, ACL_READ) ? SMB_ACL_READ : 0); a_perm 207 source3/modules/vfs_posixacl.c ace->a_perm |= (acl_get_perm(permset, ACL_WRITE) ? SMB_ACL_WRITE : 0); a_perm 208 source3/modules/vfs_posixacl.c ace->a_perm |= (acl_get_perm(permset, ACL_EXECUTE) ? SMB_ACL_EXECUTE : 0); a_perm 342 source3/modules/vfs_posixacl.c if (smb_acl_set_mode(e, entry->a_perm) != 0) { a_perm 387 source3/modules/vfs_solarisacl.c solaris_entry.a_perm = a_perm 388 source3/modules/vfs_solarisacl.c smb_perm_to_solaris_perm(smb_entry->a_perm); a_perm 392 source3/modules/vfs_solarisacl.c DEBUGADD(10, (" - perm: o%o\n", solaris_entry.a_perm)); a_perm 406 source3/modules/vfs_solarisacl.c (*solaris_acl)[(*count)-1].a_perm)); a_perm 459 source3/modules/vfs_solarisacl.c smb_perm = solaris_perm_to_smb_perm(solaris_acl[i].a_perm); a_perm 462 source3/modules/vfs_solarisacl.c solaris_acl[i].a_perm)); a_perm 744 source3/modules/vfs_solarisacl.c solaris_acl[check_which].a_perm)); a_perm 324 source3/modules/vfs_tru64acl.c tru64_permset = smb_permset_to_tru64(smb_entry->a_perm);