Lines Matching refs:compat_arg_u64
864 asmlinkage long compat_sys_truncate64(const char __user *pathname, compat_arg_u64(len));
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),
873 compat_arg_u64(len));
878 compat_arg_u64(pos));
883 compat_arg_u64(pos));
887 asmlinkage long compat_sys_sync_file_range(int fd, compat_arg_u64(pos),
888 compat_arg_u64(nbytes), unsigned int flags);
892 asmlinkage long compat_sys_fadvise64_64(int fd, compat_arg_u64(pos),
893 compat_arg_u64(len), int advice);
897 asmlinkage long compat_sys_readahead(int fd, compat_arg_u64(offset), size_t count);