Home
last modified time | relevance | path

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

/linux-6.15/arch/sh/kernel/
H A Dsys_sh32.c31 error = do_pipe_flags(fd, 0); in sys_sh_pipe()
/linux-6.15/arch/mips/kernel/
H A Dsyscall.c55 int error = do_pipe_flags(fd, 0); in sysm_pipe()
/linux-6.15/arch/sparc/kernel/
H A Dsys_sparc_32.c89 error = do_pipe_flags(fd, 0); in SYSCALL_DEFINE0()
H A Dsys_sparc_64.c336 error = do_pipe_flags(fd, 0); in SYSCALL_DEFINE0()
/linux-6.15/arch/alpha/kernel/
H A Dosf_sys.c1302 int res = do_pipe_flags(fd, 0); in SYSCALL_DEFINE0()
/linux-6.15/fs/
H A Dpipe.c1014 int do_pipe_flags(int *fd, int flags) in do_pipe_flags() function
/linux-6.15/include/linux/
H A Dfs.h3191 extern int do_pipe_flags(int *, int);