Searched defs:SYSCALL_DEFINE3 (Results 26 - 50 of 76) sorted by last modified time

1234

/linux-master/fs/
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 Dfhandle.c258 SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, 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 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 Dstat.c529 SYSCALL_DEFINE3(readlink, const char __user *, path, char __user *, buf, 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 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 Dfile.c1388 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) function
H A Dfsopen.c158 SYSCALL_DEFINE3(fspick, int, dfd, const char __user *, path, unsigned int, flags) function
/linux-master/arch/x86/kernel/
H A Dldt.c667 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , function
H A Dshstk.c505 SYSCALL_DEFINE3(map_shadow_stack, unsigned long, addr, unsigned long, size, unsigned int, flags) function
/linux-master/arch/parisc/kernel/
H A Dcache.c834 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, function
/linux-master/block/
H A Dioprio.c69 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio) function
/linux-master/arch/s390/pci/
H A Dpci_mmio.c118 SYSCALL_DEFINE3(s390_pci_mmio_write, unsigned long, mmio_addr, function
260 SYSCALL_DEFINE3(s390_pci_mmio_read, unsigned long, mmio_addr, function
/linux-master/arch/riscv/kernel/
H A Dsys_riscv.c60 SYSCALL_DEFINE3(riscv_flush_icache, uintptr_t, start, uintptr_t, end, function
/linux-master/arch/mips/kernel/
H A Dsignal.c596 SYSCALL_DEFINE3(sigaction, int, sig, const struct sigaction __user *, act, function
H A Dsyscall.c208 SYSCALL_DEFINE3(sysmips, long, cmd, long, arg1, long, arg2) function
240 SYSCALL_DEFINE3(cachectl, char *, addr, int, nbytes, int, op) function
/linux-master/ipc/
H A Dshm.c846 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) function
1295 SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) function
1308 SYSCALL_DEFINE3(old_shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) function
1692 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) function
H A Dmqueue.c1496 SYSCALL_DEFINE3(mq_getsetattr, mqd_t, mqdes, 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/arch/mips/mm/
H A Dcache.c89 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, function
/linux-master/kernel/
H A Dseccomp.c2071 SYSCALL_DEFINE3(seccomp, unsigned int, op, unsigned int, flags, function
/linux-master/arch/arc/mm/
H A Dcache.c911 SYSCALL_DEFINE3(cacheflush, uint32_t, start, uint32_t, sz, uint32_t, flags) function
/linux-master/kernel/futex/
H A Dsyscalls.c48 SYSCALL_DEFINE3(get_robust_list, int, pid, function
/linux-master/arch/arc/kernel/
H A Dprocess.c46 SYSCALL_DEFINE3(arc_usr_cmpxchg, int __user *, uaddr, int, expected, int, new) function

Completed in 468 milliseconds

1234