diff options
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/dev_block.txt | 1 | ||||
| -rw-r--r-- | sys/linux/filesystem.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/dev_block.txt b/sys/linux/dev_block.txt index f08fcac06..3d445c216 100644 --- a/sys/linux/dev_block.txt +++ b/sys/linux/dev_block.txt @@ -12,6 +12,7 @@ resource fd_block_trace[fd] resource fd_block[fd_block_trace] openat$nullb(fd const[AT_FDCWD], file ptr[in, string["/dev/nullb0"]], flags flags[open_flags], mode const[0]) fd_block +openat$rnullb(fd const[AT_FDCWD], file ptr[in, string["/dev/rnullb0"]], flags flags[open_flags], mode const[0]) fd_block openat$md(fd const[AT_FDCWD], file ptr[in, string["/dev/md0"]], flags flags[open_flags], mode const[0]) fd_block openat$pmem0(fd const[AT_FDCWD], file ptr[in, string["/dev/pmem0"]], flags flags[open_flags], mode const[0]) fd_block diff --git a/sys/linux/filesystem.txt b/sys/linux/filesystem.txt index 85282d01a..dbb9bc93f 100644 --- a/sys/linux/filesystem.txt +++ b/sys/linux/filesystem.txt @@ -86,6 +86,7 @@ blockdev_filename [ nbd nbd_filename loop loop_filename nullb string["/dev/nullb0"] + rnullb string["/dev/rnullb0"] md0 string["/dev/md0"] sg0 string["/dev/sg0"] sr0 string["/dev/sr0"] |
