diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-09-25 17:20:32 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-25 17:20:32 +0200 |
| commit | 90fc4b7a8988a2f84756cb6d9061cb5b83525a90 (patch) | |
| tree | 631f9762c903f022f7eb910fa8a23dbfadd576c3 /executor/syscalls.h | |
| parent | 19a403430d8d5ae2472e16dab2f26ddd899cf552 (diff) | |
sys/linux: add erofs descriptions
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 5 |
1 files changed, 5 insertions, 0 deletions
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}, |
