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

1234

/linux-master/fs/
H A Dfcntl.c477 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) function
501 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 Daio.c2090 SYSCALL_DEFINE3(io_submit, aio_context_t, ctx_id, long, nr, function
2184 SYSCALL_DEFINE3(io_cancel, aio_context_t, ctx_id, struct iocb __user *, iocb, 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
H A Dselect.c1069 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, 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 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 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 Dfile.c1388 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) function
/linux-master/arch/x86/kernel/
H A Dshstk.c505 SYSCALL_DEFINE3(map_shadow_stack, unsigned long, addr, unsigned long, size, unsigned int, flags) function
H A Dldt.c667 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , function
/linux-master/drivers/char/
H A Drandom.c1364 SYSCALL_DEFINE3(getrandom, char __user *, ubuf, size_t, len, unsigned int, flags) function
/linux-master/kernel/sched/
H A Dmembarrier.c625 SYSCALL_DEFINE3(membarrier, int, cmd, unsigned int, flags, int, cpu_id) function
/linux-master/security/
H A Dlsm_syscalls.c96 SYSCALL_DEFINE3(lsm_list_modules, u64 __user *, ids, u32 __user *, size, function
/linux-master/kernel/
H A Dpid.c746 SYSCALL_DEFINE3(pidfd_getfd, int, pidfd, int, fd, function
/linux-master/include/linux/
H A Dsyscalls.h225 #define SYSCALL_DEFINE3(name, ...) SYSCALL_DEFINEx(3, _##name, __VA_ARGS__) macro
284 #define SYSCALL32_DEFINE3 SYSCALL_DEFINE3
/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/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
H A Dsignal32.c39 SYSCALL_DEFINE3(32_sigaction, long, sig, const struct compat_sigaction __user *, act,
/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/arch/arc/mm/
H A Dcache.c911 SYSCALL_DEFINE3(cacheflush, uint32_t, start, uint32_t, sz, uint32_t, flags) function

Completed in 567 milliseconds

1234