From 90fc4b7a8988a2f84756cb6d9061cb5b83525a90 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 25 Sep 2018 17:20:32 +0200 Subject: sys/linux: add erofs descriptions --- executor/syscalls.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 33898a8bf..4c5f6ac8c 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -3242,6 +3242,7 @@ const call_t syscalls[] = { {"syz_mount_image$btrfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ceph", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$cifs", 0, (syscall_t)syz_mount_image}, + {"syz_mount_image$erofs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ext4", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$f2fs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$gfs2", 0, (syscall_t)syz_mount_image}, @@ -5504,6 +5505,7 @@ const call_t syscalls[] = { {"syz_mount_image$btrfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ceph", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$cifs", 0, (syscall_t)syz_mount_image}, + {"syz_mount_image$erofs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ext4", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$f2fs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$gfs2", 0, (syscall_t)syz_mount_image}, @@ -7724,6 +7726,7 @@ const call_t syscalls[] = { {"syz_mount_image$btrfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ceph", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$cifs", 0, (syscall_t)syz_mount_image}, + {"syz_mount_image$erofs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ext4", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$f2fs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$gfs2", 0, (syscall_t)syz_mount_image}, @@ -9919,6 +9922,7 @@ const call_t syscalls[] = { {"syz_mount_image$btrfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ceph", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$cifs", 0, (syscall_t)syz_mount_image}, + {"syz_mount_image$erofs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ext4", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$f2fs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$gfs2", 0, (syscall_t)syz_mount_image}, @@ -11991,6 +11995,7 @@ const call_t syscalls[] = { {"syz_mount_image$btrfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ceph", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$cifs", 0, (syscall_t)syz_mount_image}, + {"syz_mount_image$erofs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ext4", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$f2fs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$gfs2", 0, (syscall_t)syz_mount_image}, -- cgit mrf-deployment