|
int | compat_printk (const char *fmt,...) |
|
asmlinkage long | compat_sys_utime (const char __user *filename, struct compat_utimbuf __user *t) |
|
asmlinkage long | compat_sys_utimensat (unsigned int dfd, const char __user *filename, struct compat_timespec __user *t, int flags) |
|
asmlinkage long | compat_sys_futimesat (unsigned int dfd, const char __user *filename, struct compat_timeval __user *t) |
|
asmlinkage long | compat_sys_utimes (const char __user *filename, struct compat_timeval __user *t) |
|
asmlinkage long | compat_sys_newstat (const char __user *filename, struct compat_stat __user *statbuf) |
|
asmlinkage long | compat_sys_newlstat (const char __user *filename, struct compat_stat __user *statbuf) |
|
asmlinkage long | compat_sys_newfstatat (unsigned int dfd, const char __user *filename, struct compat_stat __user *statbuf, int flag) |
|
asmlinkage long | compat_sys_newfstat (unsigned int fd, struct compat_stat __user *statbuf) |
|
asmlinkage long | compat_sys_statfs (const char __user *pathname, struct compat_statfs __user *buf) |
|
asmlinkage long | compat_sys_fstatfs (unsigned int fd, struct compat_statfs __user *buf) |
|
asmlinkage long | compat_sys_statfs64 (const char __user *pathname, compat_size_t sz, struct compat_statfs64 __user *buf) |
|
asmlinkage long | compat_sys_fstatfs64 (unsigned int fd, compat_size_t sz, struct compat_statfs64 __user *buf) |
|
asmlinkage long | compat_sys_ustat (unsigned dev, struct compat_ustat __user *u) |
|
asmlinkage long | compat_sys_fcntl64 (unsigned int fd, unsigned int cmd, unsigned long arg) |
|
asmlinkage long | compat_sys_fcntl (unsigned int fd, unsigned int cmd, unsigned long arg) |
|
asmlinkage long | compat_sys_io_setup (unsigned nr_reqs, u32 __user *ctx32p) |
|
asmlinkage long | compat_sys_io_getevents (aio_context_t ctx_id, unsigned long min_nr, unsigned long nr, struct io_event __user *events, struct compat_timespec __user *timeout) |
|
ssize_t | compat_rw_copy_check_uvector (int type, const struct compat_iovec __user *uvector, unsigned long nr_segs, unsigned long fast_segs, struct iovec *fast_pointer, struct iovec **ret_pointer) |
|
asmlinkage long | compat_sys_io_submit (aio_context_t ctx_id, int nr, u32 __user *iocb) |
|
asmlinkage long | compat_sys_mount (const char __user *dev_name, const char __user *dir_name, const char __user *type, unsigned long flags, const void __user *data) |
|
asmlinkage long | compat_sys_old_readdir (unsigned int fd, struct compat_old_linux_dirent __user *dirent, unsigned int count) |
|
asmlinkage long | compat_sys_getdents (unsigned int fd, struct compat_linux_dirent __user *dirent, unsigned int count) |
|
asmlinkage long | compat_sys_getdents64 (unsigned int fd, struct linux_dirent64 __user *dirent, unsigned int count) |
|
asmlinkage ssize_t | compat_sys_readv (unsigned long fd, const struct compat_iovec __user *vec, unsigned long vlen) |
|
asmlinkage ssize_t | compat_sys_preadv64 (unsigned long fd, const struct compat_iovec __user *vec, unsigned long vlen, loff_t pos) |
|
asmlinkage ssize_t | compat_sys_preadv (unsigned long fd, const struct compat_iovec __user *vec, unsigned long vlen, u32 pos_low, u32 pos_high) |
|
asmlinkage ssize_t | compat_sys_writev (unsigned long fd, const struct compat_iovec __user *vec, unsigned long vlen) |
|
asmlinkage ssize_t | compat_sys_pwritev64 (unsigned long fd, const struct compat_iovec __user *vec, unsigned long vlen, loff_t pos) |
|
asmlinkage ssize_t | compat_sys_pwritev (unsigned long fd, const struct compat_iovec __user *vec, unsigned long vlen, u32 pos_low, u32 pos_high) |
|
asmlinkage long | compat_sys_vmsplice (int fd, const struct compat_iovec __user *iov32, unsigned int nr_segs, unsigned int flags) |
|
asmlinkage long | compat_sys_open (const char __user *filename, int flags, umode_t mode) |
|
asmlinkage long | compat_sys_openat (unsigned int dfd, const char __user *filename, int flags, umode_t mode) |
|
int | compat_core_sys_select (int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct timespec *end_time) |
|
asmlinkage long | compat_sys_select (int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct compat_timeval __user *tvp) |
|
asmlinkage long | compat_sys_old_select (struct compat_sel_arg_struct __user *arg) |
|
asmlinkage long | compat_sys_pselect6 (int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct compat_timespec __user *tsp, void __user *sig) |
|
asmlinkage long | compat_sys_ppoll (struct pollfd __user *ufds, unsigned int nfds, struct compat_timespec __user *tsp, const compat_sigset_t __user *sigmask, compat_size_t sigsetsize) |
|