syzkaller/sys/linux/fs_ioctl_btrfs_s390x.const
Alexander Egorenkov aea82c003a sys/linux: first 64bit big-endian architecture s390x
* mmap syscall is special on Linux s390x because
  the parameters for this syscall are passed as a struct
  on user stack instead of registers.
* Introduce the SyscallTrampolines table into targets.Target
  to address the above problem.
* There is a bug in Linux kernel s390x which causes QEMU TCG
  to hang when KASAN is enabled. The bug has been fixed
  in the forthcoming Linux 5.8 version. Until then do not enable
  KASAN when using QEMU TCG, QEMU KVM shall have no problems with
  KASAN.

Signed-off-by: Alexander Egorenkov <Alexander.Egorenkov@ibm.com>
2020-06-25 23:08:45 +02:00

17 lines
498 B
Plaintext

# AUTOGENERATED FILE
BTRFS_IOC_ADD_DEV = 1342215178
BTRFS_IOC_BALANCE = 1342215180
BTRFS_IOC_CLONE = 1074041865
BTRFS_IOC_CLONE_RANGE = 1075876877
BTRFS_IOC_DEFRAG = 1342215170
BTRFS_IOC_FILE_EXTENT_SAME = 3222836278
BTRFS_IOC_RESIZE = 1342215171
BTRFS_IOC_RM_DEV = 1342215179
BTRFS_IOC_SCAN_DEV = 1342215172
BTRFS_IOC_SNAP_CREATE = 1342215169
BTRFS_IOC_SNAP_DESTROY = 1342215183
BTRFS_IOC_SUBVOL_CREATE = 1342215182
BTRFS_IOC_SYNC = 37896
BTRFS_IOC_TRANS_END = 37895
BTRFS_IOC_TRANS_START = 37894