SMB_ACL_READ      109 source3/lib/sysacls.c 	if (perm != SMB_ACL_READ && perm != SMB_ACL_WRITE
SMB_ACL_READ      198 source3/lib/sysacls.c 		perms[0] = (ap->a_perm & SMB_ACL_READ) ? 'r' : '-';
SMB_ACL_READ      320 source3/lib/sysacls.c 	if (*permset_d & ~(SMB_ACL_READ|SMB_ACL_WRITE|SMB_ACL_EXECUTE)) {
SMB_ACL_READ      122 source3/modules/vfs_aixacl_util.c 			ace->a_perm |= (ace->a_perm & S_IRUSR) ? SMB_ACL_READ : 0;
SMB_ACL_READ      177 source3/modules/vfs_aixacl_util.c 		ace->a_perm |= ((ace->a_perm & S_IRUSR) ? SMB_ACL_READ : 0);
SMB_ACL_READ      196 source3/modules/vfs_aixacl_util.c 	if (a_perm & SMB_ACL_READ)
SMB_ACL_READ      515 source3/modules/vfs_gpfs.c 			SMB_ACL_READ : 0;
SMB_ACL_READ      668 source3/modules/vfs_gpfs.c 		g_ace->ace_perm |= (ace->a_perm & SMB_ACL_READ) ?
SMB_ACL_READ      631 source3/modules/vfs_hpuxacl.c 	smb_perm |= ((perm & SMB_ACL_READ) ? SMB_ACL_READ : 0);
SMB_ACL_READ      641 source3/modules/vfs_hpuxacl.c 	hpux_perm |= ((perm & SMB_ACL_READ) ? SMB_ACL_READ : 0);
SMB_ACL_READ      202 source3/modules/vfs_posixacl.c 	ace->a_perm |= (acl_get_perm_np(permset, ACL_READ) ? SMB_ACL_READ : 0);
SMB_ACL_READ      206 source3/modules/vfs_posixacl.c 	ace->a_perm |= (acl_get_perm(permset, ACL_READ) ? SMB_ACL_READ : 0);
SMB_ACL_READ      256 source3/modules/vfs_posixacl.c         if ((perm & SMB_ACL_READ) &&
SMB_ACL_READ      558 source3/modules/vfs_solarisacl.c 	smb_perm |= ((perm & SMB_ACL_READ) ? SMB_ACL_READ : 0);
SMB_ACL_READ      568 source3/modules/vfs_solarisacl.c 	solaris_perm |= ((perm & SMB_ACL_READ) ? SMB_ACL_READ : 0);
SMB_ACL_READ      451 source3/modules/vfs_tru64acl.c 	tru64_permset |= ((smb_permset & SMB_ACL_READ) ? ACL_READ : 0);
SMB_ACL_READ      460 source3/modules/vfs_tru64acl.c 	smb_permset |= ((tru64_permset & ACL_READ) ? SMB_ACL_READ : 0);
SMB_ACL_READ      832 source3/smbd/posix_acls.c 	ret |= (SMB_VFS_SYS_ACL_GET_PERM(conn, permset, SMB_ACL_READ) ? S_IRUSR : 0);
SMB_ACL_READ      867 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_ADD_PERM(conn, *p_permset, SMB_ACL_READ) == -1)
SMB_ACL_READ     3975 source3/smbd/posix_acls.c 				*mode |= (SMB_VFS_SYS_ACL_GET_PERM(conn, permset, SMB_ACL_READ) ? S_IRGRP : 0);
SMB_ACL_READ     4164 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_ADD_PERM(conn, *p_permset, SMB_ACL_READ) == -1) {
SMB_ACL_READ     3446 source3/smbd/trans2.c 		perms |= (SMB_VFS_SYS_ACL_GET_PERM(conn, permset, SMB_ACL_READ) ? SMB_POSIX_ACL_READ : 0);