Linux Kernel
3.7.1
|
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <sys/param.h>
#include <init.h>
#include <os.h>
Go to the source code of this file.
Macros | |
#define | TEMPNAME_TEMPLATE "vm_file-XXXXXX" |
Functions | |
int __init | create_mem_file (unsigned long long len) |
void __init | check_tmpexec (void) |