diff options
| author | Eric Biggers <ebiggers@google.com> | 2017-11-06 22:37:10 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-11-07 12:26:11 +0300 |
| commit | 38977f0e6be2d0888e5f74fa8b4aa9c4308d5539 (patch) | |
| tree | dd5ffddd1d4924eddf10e461cc987bda5ad285fe /sys/linux/loop.txt | |
| parent | a6b071286e5b8062fe7e34314eaffd059df60116 (diff) | |
sys/linux: add definition for LOOP_SET_BLOCK_SIZE
The v4.14 kernel will support a new loop ioctl, LOOP_SET_BLOCK_SIZE.
Diffstat (limited to 'sys/linux/loop.txt')
| -rw-r--r-- | sys/linux/loop.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/loop.txt b/sys/linux/loop.txt index 57c12ef69..22750ea18 100644 --- a/sys/linux/loop.txt +++ b/sys/linux/loop.txt @@ -16,6 +16,7 @@ ioctl$LOOP_GET_STATUS(fd fd_loop, cmd const[LOOP_GET_STATUS], arg ptr[out, loop_ ioctl$LOOP_GET_STATUS64(fd fd_loop, cmd const[LOOP_GET_STATUS64], arg ptr[out, loop_info64]) ioctl$LOOP_SET_CAPACITY(fd fd_loop, cmd const[LOOP_SET_CAPACITY]) ioctl$LOOP_SET_DIRECT_IO(fd fd_loop, cmd const[LOOP_SET_DIRECT_IO], arg intptr) +ioctl$LOOP_SET_BLOCK_SIZE(fd fd_loop, cmd const[LOOP_SET_BLOCK_SIZE], arg intptr) resource fd_loop_ctrl[fd] resource fd_loop_num[intptr]: 0, 1, 2, 10, 11, 12 |
