Searched defs:SYSCALL_DEFINE3 (Results 26 - 50 of 76) sorted by path

1234

/linux-master/arch/x86/um/
H A Dldt.c375 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , function
/linux-master/block/
H A Dioprio.c69 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio) function
/linux-master/drivers/char/
H A Drandom.c1364 SYSCALL_DEFINE3(getrandom, char __user *, ubuf, size_t, len, unsigned int, flags) function
/linux-master/fs/
H A Daio.c2087 SYSCALL_DEFINE3(io_submit, aio_context_t, ctx_id, long, nr, function
2181 SYSCALL_DEFINE3(io_cancel, aio_context_t, ctx_id, struct iocb __user *, iocb, function
H A Dexec.c2124 SYSCALL_DEFINE3(execve, function
H A Dfcntl.c457 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) function
481 SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, function
H A Dfhandle.c258 SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, function
H A Dfile.c1388 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) function
H A Dfilesystems.c191 SYSCALL_DEFINE3(sysfs, int, option, unsigned long, arg1, unsigned long, arg2) function
H A Dfsopen.c158 SYSCALL_DEFINE3(fspick, int, dfd, const char __user *, path, unsigned int, flags) function
H A Dioctl.c890 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) function
H A Dnamei.c4082 SYSCALL_DEFINE3(mknod, const char __user *, filename, umode_t, mode, unsigned, dev) function
4159 SYSCALL_DEFINE3(mkdirat, int, dfd, const char __user *, pathname, umode_t, mode) function
4435 SYSCALL_DEFINE3(unlinkat, int, dfd, const char __user *, pathname, int, flag) function
4520 SYSCALL_DEFINE3(symlinkat, const char __user *, oldname, function
H A Dnamespace.c2692 SYSCALL_DEFINE3(open_tree, int, dfd, const char __user *, filename, unsigned, flags) function
3943 SYSCALL_DEFINE3(fsmount, int, fs_fd, unsigned int, flags, function
H A Dopen.c536 SYSCALL_DEFINE3(faccessat, int, dfd, const char __user *, filename, int, mode) function
714 SYSCALL_DEFINE3(fchmodat, int, dfd, const char __user *, filename, function
839 SYSCALL_DEFINE3(chown, const char __user *, filename, uid_t, user, gid_t, group) function
844 SYSCALL_DEFINE3(lchown, const char __user *, filename, uid_t, user, gid_t, group) function
875 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) function
1425 SYSCALL_DEFINE3(open, const char __user *, filename, int, flags, umode_t, mode) function
1579 SYSCALL_DEFINE3(close_range, unsigned int, fd, unsigned int, max_fd, function
H A Dread_write.c311 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) function
627 SYSCALL_DEFINE3(read, unsigned int, fd, char __user *, buf, size_t, count) function
652 SYSCALL_DEFINE3(write, unsigned int, fd, const char __user *, buf, function
1082 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, function
1088 SYSCALL_DEFINE3(writev, unsigned long, fd, const struct iovec __user *, vec, function
H A Dreaddir.c220 SYSCALL_DEFINE3(old_readdir, unsigned int, fd, function
311 SYSCALL_DEFINE3(getdents, unsigned int, fd, function
394 SYSCALL_DEFINE3(getdents64, unsigned int, fd, function
H A Dselect.c1069 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, function
H A Dsignalfd.c314 SYSCALL_DEFINE3(signalfd, int, ufd, sigset_t __user *, user_mask, function
H A Dstat.c529 SYSCALL_DEFINE3(readlink, const char __user *, path, char __user *, buf, function
H A Dstatfs.c201 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) function
222 SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user *, buf) function
H A Dutimes.c203 SYSCALL_DEFINE3(futimesat, int, dfd, const char __user *, filename, function
288 SYSCALL_DEFINE3(futimesat_time32, unsigned int, dfd, function
H A Dxattr.c873 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, function
879 SYSCALL_DEFINE3(llistxattr, const char __user *, pathname, char __user *, list, function
885 SYSCALL_DEFINE3(flistxattr, int, fd, char __user *, list, size_t, size) function
/linux-master/fs/notify/inotify/
H A Dinotify_user.c729 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, function
/linux-master/include/linux/
H A Dsyscalls.h225 #define SYSCALL_DEFINE3(name, ...) SYSCALL_DEFINEx(3, _##name, __VA_ARGS__) macro
/linux-master/ipc/
H A Dmqueue.c1496 SYSCALL_DEFINE3(mq_getsetattr, mqd_t, mqdes, function

Completed in 341 milliseconds

1234