Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/ !
H A Dsys_sh32.c31 error = do_pipe_flags(fd, 0); in sys_sh_pipe()
/linux/arch/mips/kernel/ !
H A Dsyscall.c55 int error = do_pipe_flags(fd, 0); in sysm_pipe()
/linux/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/arch/alpha/kernel/ !
H A Dosf_sys.c1290 int res = do_pipe_flags(fd, 0); in SYSCALL_DEFINE0()
/linux/fs/ !
H A Dpipe.c1017 int do_pipe_flags(int *fd, int flags) in do_pipe_flags() function
/linux/include/linux/ !
H A Dfs.h2860 extern int do_pipe_flags(int *, int);