diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-05-20 11:16:29 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-05-21 10:17:08 +0000 |
| commit | dc5d3808dd69e7f80866f386c87a6ced5c2521f6 (patch) | |
| tree | 41549fd090f50d0ed4213d62dd84858cacf747fd /sys/linux | |
| parent | b47f9e02307162230709e7f183621732455244b0 (diff) | |
sys/linux: add rnullb descriptions
/dev/rnullb{} is the Rust implementation of the null block driver.
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"] |
