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/dev_block.txt | |
| parent | b47f9e02307162230709e7f183621732455244b0 (diff) | |
sys/linux: add rnullb descriptions
/dev/rnullb{} is the Rust implementation of the null block driver.
Diffstat (limited to 'sys/linux/dev_block.txt')
| -rw-r--r-- | sys/linux/dev_block.txt | 1 |
1 files changed, 1 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 |
