diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-10-15 13:35:39 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-10-15 13:50:06 +0200 |
| commit | 2b7a4c5e693cbc6768ce5d72f41a6a52845e81f0 (patch) | |
| tree | 42122ea1327387d564a80d32bd53bf54724b83e9 /executor/syscalls.h | |
| parent | 6078bcf4f9f1450c5858386a76241cfe4d7262ee (diff) | |
sys/linux: add exfat 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 1b7e52753..30bb05036 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -4547,6 +4547,7 @@ const call_t syscalls[] = { {"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$exfat", 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}, @@ -7359,6 +7360,7 @@ const call_t syscalls[] = { {"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$exfat", 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}, @@ -10123,6 +10125,7 @@ const call_t syscalls[] = { {"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$exfat", 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}, @@ -12861,6 +12864,7 @@ const call_t syscalls[] = { {"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$exfat", 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}, @@ -15617,6 +15621,7 @@ const call_t syscalls[] = { {"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$exfat", 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}, |
