Home
last modified time | relevance | path

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

/Linux-v6.1/arch/sh/kernel/
Dsys_sh32.c31 error = do_pipe_flags(fd, 0); in sys_sh_pipe()
/Linux-v6.1/arch/mips/kernel/
Dsyscall.c54 int error = do_pipe_flags(fd, 0); in sysm_pipe()
/Linux-v6.1/arch/ia64/kernel/
Dsys_ia64.c109 retval = do_pipe_flags(fd, 0); in sys_ia64_pipe()
/Linux-v6.1/arch/sparc/kernel/
Dsys_sparc_32.c81 error = do_pipe_flags(fd, 0); in SYSCALL_DEFINE0()
Dsys_sparc_64.c319 error = do_pipe_flags(fd, 0); in SYSCALL_DEFINE0()
/Linux-v6.1/arch/alpha/kernel/
Dosf_sys.c1315 int res = do_pipe_flags(fd, 0); in SYSCALL_DEFINE0()
/Linux-v6.1/fs/
Dpipe.c989 int do_pipe_flags(int *fd, int flags) in do_pipe_flags() function
/Linux-v6.1/include/linux/
Dfs.h3025 extern int do_pipe_flags(int *, int);