Lines Matching defs:fd
304 static off_t ksys_lseek(unsigned int fd, off_t offset, unsigned int whence) in ksys_lseek()
322 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) in SYSCALL_DEFINE3() argument
328 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument
336 SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, in SYSCALL_DEFINE5() argument
623 ssize_t ksys_read(unsigned int fd, char __user *buf, size_t count) in ksys_read()
642 SYSCALL_DEFINE3(read, unsigned int, fd, char __user *, buf, size_t, count) in SYSCALL_DEFINE3() argument
647 ssize_t ksys_write(unsigned int fd, const char __user *buf, size_t count) in ksys_write()
667 SYSCALL_DEFINE3(write, unsigned int, fd, const char __user *, buf, in SYSCALL_DEFINE3() argument
673 ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count, in ksys_pread64()
693 SYSCALL_DEFINE4(pread64, unsigned int, fd, char __user *, buf, in SYSCALL_DEFINE4() argument
699 ssize_t ksys_pwrite64(unsigned int fd, const char __user *buf, in ksys_pwrite64()
719 SYSCALL_DEFINE4(pwrite64, unsigned int, fd, const char __user *, buf, in SYSCALL_DEFINE4() argument
946 static ssize_t do_readv(unsigned long fd, const struct iovec __user *vec, in do_readv()
970 static ssize_t do_writev(unsigned long fd, const struct iovec __user *vec, in do_writev()
1000 static ssize_t do_preadv(unsigned long fd, const struct iovec __user *vec, in do_preadv()
1023 static ssize_t do_pwritev(unsigned long fd, const struct iovec __user *vec, in do_pwritev()
1046 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
1052 SYSCALL_DEFINE3(writev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
1058 SYSCALL_DEFINE5(preadv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE5() argument
1066 SYSCALL_DEFINE6(preadv2, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE6() argument
1078 SYSCALL_DEFINE5(pwritev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE5() argument
1086 SYSCALL_DEFINE6(pwritev2, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE6() argument
1105 COMPAT_SYSCALL_DEFINE4(preadv64, unsigned long, fd, in COMPAT_SYSCALL_DEFINE4() argument
1113 COMPAT_SYSCALL_DEFINE5(preadv, compat_ulong_t, fd, in COMPAT_SYSCALL_DEFINE5() argument
1123 COMPAT_SYSCALL_DEFINE5(preadv64v2, unsigned long, fd, in COMPAT_SYSCALL_DEFINE5() argument
1133 COMPAT_SYSCALL_DEFINE6(preadv2, compat_ulong_t, fd, in COMPAT_SYSCALL_DEFINE6() argument
1146 COMPAT_SYSCALL_DEFINE4(pwritev64, unsigned long, fd, in COMPAT_SYSCALL_DEFINE4() argument
1154 COMPAT_SYSCALL_DEFINE5(pwritev, compat_ulong_t, fd, in COMPAT_SYSCALL_DEFINE5() argument
1164 COMPAT_SYSCALL_DEFINE5(pwritev64v2, unsigned long, fd, in COMPAT_SYSCALL_DEFINE5() argument
1174 COMPAT_SYSCALL_DEFINE6(pwritev2, compat_ulong_t, fd, in COMPAT_SYSCALL_DEFINE6() argument