the_permset      2618 source3/smbd/posix_acls.c 		SMB_ACL_PERMSET_T the_permset;
the_permset      2687 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_GET_PERMSET(conn, the_entry, &the_permset) == -1) {
the_permset      2693 source3/smbd/posix_acls.c 		if (map_acl_perms_to_permset(conn, p_ace->perms, &the_permset) == -1) {
the_permset      2703 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_SET_PERMSET(conn, the_entry, the_permset) == -1) {
the_permset      4228 source3/smbd/posix_acls.c 		SMB_ACL_PERMSET_T the_permset;
the_permset      4250 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_GET_PERMSET(conn, the_entry, &the_permset) == -1) {
the_permset      4257 source3/smbd/posix_acls.c 		if (!unix_ex_wire_to_permset(conn, CVAL(pdata,(i*SMB_POSIX_ACL_ENTRY_SIZE)+1), &the_permset)) {
the_permset      4264 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_SET_PERMSET(conn, the_entry, the_permset) == -1) {