Home
last modified time | relevance | path

Searched refs:do_pipe_flags (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/sh/kernel/
Dsys_sh32.c31 error = do_pipe_flags(fd, 0); in sys_sh_pipe()
/Linux-v4.19/arch/mips/kernel/
Dsyscall.c53 int error = do_pipe_flags(fd, 0); in sysm_pipe()
/Linux-v4.19/arch/ia64/kernel/
Dsys_ia64.c109 retval = do_pipe_flags(fd, 0); in sys_ia64_pipe()
/Linux-v4.19/arch/sparc/kernel/
Dsys_sparc_32.c81 error = do_pipe_flags(fd, 0); in SYSCALL_DEFINE0()
Dsys_sparc_64.c318 error = do_pipe_flags(fd, 0); in SYSCALL_DEFINE0()
/Linux-v4.19/fs/
Dpipe.c808 int do_pipe_flags(int *fd, int flags) in do_pipe_flags() function
/Linux-v4.19/arch/alpha/kernel/
Dosf_sys.c1418 int res = do_pipe_flags(fd, 0); in SYSCALL_DEFINE0()
/Linux-v4.19/include/linux/
Dfs.h2837 extern int do_pipe_flags(int *, int);