the_acl_type       41 source3/modules/vfs_tru64acl.c         acl_type_t the_acl_type;
the_acl_type       48 source3/modules/vfs_tru64acl.c                 the_acl_type = ACL_TYPE_ACCESS;
the_acl_type       51 source3/modules/vfs_tru64acl.c                 the_acl_type = ACL_TYPE_DEFAULT;
the_acl_type       58 source3/modules/vfs_tru64acl.c         tru64_acl = acl_get_file((char *)path_p, the_acl_type);
the_acl_type       90 source3/modules/vfs_tru64acl.c         acl_type_t the_acl_type;
the_acl_type       99 source3/modules/vfs_tru64acl.c                 the_acl_type = ACL_TYPE_ACCESS;
the_acl_type      103 source3/modules/vfs_tru64acl.c                 the_acl_type = ACL_TYPE_DEFAULT;
the_acl_type      117 source3/modules/vfs_tru64acl.c         res = acl_set_file((char *)name, the_acl_type, tru64_acl);
the_acl_type     2374 source3/smbd/posix_acls.c 				   const DOM_SID *powner, const DOM_SID *pgroup, struct pai_val *pal, SMB_ACL_TYPE_T the_acl_type)
the_acl_type     2422 source3/smbd/posix_acls.c 					if (the_acl_type == SMB_ACL_TYPE_ACCESS && *puid == psbuf->st_uid) {
the_acl_type     2479 source3/smbd/posix_acls.c 		ace->ace_flags = get_pai_flags(pal, ace, (the_acl_type == SMB_ACL_TYPE_DEFAULT));
the_acl_type     2498 source3/smbd/posix_acls.c 	DEBUG(10,("canonicalise_acl: %s ace entries before arrange :\n", the_acl_type == SMB_ACL_TYPE_ACCESS ? "Access" : "Default" ));
the_acl_type     2586 source3/smbd/posix_acls.c 	SMB_ACL_TYPE_T the_acl_type = (default_ace ? SMB_ACL_TYPE_DEFAULT : SMB_ACL_TYPE_ACCESS);
the_acl_type     2746 source3/smbd/posix_acls.c 		if (SMB_VFS_SYS_ACL_SET_FILE(conn, fsp->fsp_name, the_acl_type, the_acl) == -1) {
the_acl_type     2762 source3/smbd/posix_acls.c 				sret = SMB_VFS_SYS_ACL_SET_FILE(conn, fsp->fsp_name, the_acl_type, the_acl);
the_acl_type     2771 source3/smbd/posix_acls.c 						the_acl_type == SMB_ACL_TYPE_DEFAULT ? "directory default" : "file",