diff options
| author | Sablin Viacheslav <sjava1902@gmail.com> | 2024-11-05 01:42:48 +0300 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-11-13 08:55:55 +0000 |
| commit | 8acebd3f596375b3c8c34ee8f9000a344064295a (patch) | |
| tree | c88ca114db9c0f7875a6b79be0c2588f9257e829 /sys/linux/dev_block.txt | |
| parent | c352ddf895e4f5a5b7e8f7caa37f476c6926326f (diff) | |
sys/linux: add new ioctls for io_uring, dev_block and fs
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 34e283164..f08fcac06 100644 --- a/sys/linux/dev_block.txt +++ b/sys/linux/dev_block.txt @@ -42,6 +42,7 @@ ioctl$BLKPG(fd fd_block, cmd const[BLKPG], arg ptr[in, blkpg_ioctl_arg]) ioctl$BLKRRPART(fd fd_block, cmd const[BLKRRPART], arg const[0]) ioctl$BLKGETSIZE(fd fd_block, cmd const[BLKGETSIZE], arg ptr[out, intptr]) ioctl$BLKGETSIZE64(fd fd_block, cmd const[BLKGETSIZE64], arg ptr[out, int64]) +ioctl$BLKGETDISKSEQ(fd fd_block, cmd const[BLKGETDISKSEQ], arg ptr[out, int64]) ioctl$HDIO_GETGEO(fd fd_block, cmd const[HDIO_GETGEO], arg ptr[out, hd_geometry]) |
