#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/smp.h>
#include <linux/sem.h>
#include <linux/msg.h>
#include <linux/shm.h>
#include <linux/stat.h>
#include <linux/syscalls.h>
#include <linux/mman.h>
#include <linux/file.h>
#include <linux/utsname.h>
#include <linux/personality.h>
#include <linux/unistd.h>
#include <linux/ipc.h>
#include <asm/uaccess.h>
#include "entry.h"
Go to the source code of this file.
|
| SYSCALL_DEFINE1 (mmap2, struct s390_mmap_arg_struct __user *, arg) |
|
| SYSCALL_DEFINE5 (s390_ipc, uint, call, int, first, unsigned long, second, unsigned long, third, void __user *, ptr) |
|
| SYSCALL_DEFINE5 (s390_fadvise64, int, fd, u32, offset_high, u32, offset_low, size_t, len, int, advice) |
|
| SYSCALL_DEFINE1 (s390_fadvise64_64, struct fadvise64_64_args __user *, args) |
|
SYSCALL_DEFINE() | s390_fallocate (int fd, int mode, loff_t offset, u32 len_high, u32 len_low) |
|
SYSCALL_DEFINE5 |
( |
s390_ipc |
, |
|
|
uint |
, |
|
|
call |
, |
|
|
int |
, |
|
|
first |
, |
|
|
unsigned |
long, |
|
|
second |
, |
|
|
unsigned |
long, |
|
|
third |
, |
|
|
void __user * |
, |
|
|
ptr |
|
|
) |
| |
SYSCALL_DEFINE5 |
( |
s390_fadvise64 |
, |
|
|
int |
, |
|
|
fd |
, |
|
|
u32 |
, |
|
|
offset_high |
, |
|
|
u32 |
, |
|
|
offset_low |
, |
|
|
size_t |
, |
|
|
len |
, |
|
|
int |
, |
|
|
advice |
|
|
) |
| |