• Home
  • Raw
  • Download

Lines Matching refs:fd

595 asmlinkage long compat_sys_fcntl(unsigned int fd, unsigned int cmd,
597 asmlinkage long compat_sys_fcntl64(unsigned int fd, unsigned int cmd,
599 asmlinkage long compat_sys_ioctl(unsigned int fd, unsigned int cmd,
606 asmlinkage long compat_sys_fstatfs(unsigned int fd,
608 asmlinkage long compat_sys_fstatfs64(unsigned int fd, compat_size_t sz,
615 asmlinkage long compat_sys_getdents(unsigned int fd,
620 asmlinkage ssize_t compat_sys_preadv(compat_ulong_t fd,
623 asmlinkage ssize_t compat_sys_pwritev(compat_ulong_t fd,
627 asmlinkage long compat_sys_preadv64(unsigned long fd,
633 asmlinkage long compat_sys_pwritev64(unsigned long fd,
668 asmlinkage long compat_sys_newfstat(unsigned int fd,
751 asmlinkage long compat_sys_recvfrom(int fd, void __user *buf, compat_size_t len,
754 asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg,
756 asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg,
768 asmlinkage long compat_sys_recvmmsg_time64(int fd, struct compat_mmsghdr __user *mmsg,
771 asmlinkage long compat_sys_recvmmsg_time32(int fd, struct compat_mmsghdr __user *mmsg,
782 asmlinkage long compat_sys_sendmmsg(int fd, struct compat_mmsghdr __user *mmsg,
787 asmlinkage ssize_t compat_sys_preadv2(compat_ulong_t fd,
790 asmlinkage ssize_t compat_sys_pwritev2(compat_ulong_t fd,
794 asmlinkage long compat_sys_preadv64v2(unsigned long fd,
800 asmlinkage long compat_sys_pwritev64v2(unsigned long fd,
831 asmlinkage long compat_sys_recv(int fd, void __user *buf, compat_size_t len,
835 asmlinkage long compat_sys_old_readdir(unsigned int fd,
868 asmlinkage long compat_sys_ftruncate64(unsigned int fd, compat_arg_u64(len));
872 asmlinkage long compat_sys_fallocate(int fd, int mode, compat_arg_u64(offset),
877 asmlinkage long compat_sys_pread64(unsigned int fd, char __user *buf, size_t count,
882 asmlinkage long compat_sys_pwrite64(unsigned int fd, const char __user *buf, size_t count,
887 asmlinkage long compat_sys_sync_file_range(int fd, compat_arg_u64(pos),
892 asmlinkage long compat_sys_fadvise64_64(int fd, compat_arg_u64(pos),
897 asmlinkage long compat_sys_readahead(int fd, compat_arg_u64(offset), size_t count);
928 int kcompat_sys_fstatfs64(unsigned int fd, compat_size_t sz,