Lines Matching refs:compat_arg_u64
929 asmlinkage long compat_sys_truncate64(const char __user *pathname, compat_arg_u64(len));
933 asmlinkage long compat_sys_ftruncate64(unsigned int fd, compat_arg_u64(len));
937 asmlinkage long compat_sys_fallocate(int fd, int mode, compat_arg_u64(offset),
938 compat_arg_u64(len));
943 compat_arg_u64(pos));
948 compat_arg_u64(pos));
952 asmlinkage long compat_sys_sync_file_range(int fd, compat_arg_u64(pos),
953 compat_arg_u64(nbytes), unsigned int flags);
957 asmlinkage long compat_sys_fadvise64_64(int fd, compat_arg_u64(pos),
958 compat_arg_u64(len), int advice);
962 asmlinkage long compat_sys_readahead(int fd, compat_arg_u64(offset), size_t count);