aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/loop.txt
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2017-11-06 22:37:10 -0800
committerDmitry Vyukov <dvyukov@google.com>2017-11-07 12:26:11 +0300
commit38977f0e6be2d0888e5f74fa8b4aa9c4308d5539 (patch)
treedd5ffddd1d4924eddf10e461cc987bda5ad285fe /sys/linux/loop.txt
parenta6b071286e5b8062fe7e34314eaffd059df60116 (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.txt1
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