Home
last modified time | relevance | path

Searched refs:fildes (Results 1 – 2 of 2) sorted by relevance

/fs/
Dpipe.c1148 SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) in SYSCALL_DEFINE2() argument
1155 if (copy_to_user(fildes, fd, sizeof(fd))) { in SYSCALL_DEFINE2()
1164 SYSCALL_DEFINE1(pipe, int __user *, fildes) in SYSCALL_DEFINE1() argument
1166 return sys_pipe2(fildes, 0); in SYSCALL_DEFINE1()
Dfcntl.c131 SYSCALL_DEFINE1(dup, unsigned int, fildes) in SYSCALL_DEFINE1() argument
134 struct file *file = fget_raw(fildes); in SYSCALL_DEFINE1()