Home
last modified time | relevance | path

Searched refs:LOOP_SET_BLOCK_SIZE (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dloop_cmds.h69 #if defined(LOOP_SET_BLOCK_SIZE) || (defined(HAVE_DECL_LOOP_SET_BLOCK_SIZE) && HAVE_DECL_LOOP_SET_B…
71 static_assert((LOOP_SET_BLOCK_SIZE) == (0x4C09), "LOOP_SET_BLOCK_SIZE != 0x4C09");
74 # define LOOP_SET_BLOCK_SIZE 0x4C09
Dloop_cmds.in10 LOOP_SET_BLOCK_SIZE 0x4C09
/external/strace/tests-mx32/
Dioctl_loop.c198 sys_ioctl(-1, LOOP_SET_BLOCK_SIZE + 1, magic); in main()
202 _IOC_NR(LOOP_SET_BLOCK_SIZE + 1), in main()
203 _IOC_SIZE(LOOP_SET_BLOCK_SIZE + 1), in main()
316 sys_ioctl(-1, LOOP_SET_BLOCK_SIZE, magic); in main()
/external/strace/tests-m32/
Dioctl_loop.c198 sys_ioctl(-1, LOOP_SET_BLOCK_SIZE + 1, magic); in main()
202 _IOC_NR(LOOP_SET_BLOCK_SIZE + 1), in main()
203 _IOC_SIZE(LOOP_SET_BLOCK_SIZE + 1), in main()
316 sys_ioctl(-1, LOOP_SET_BLOCK_SIZE, magic); in main()
/external/strace/tests/
Dioctl_loop.c198 sys_ioctl(-1, LOOP_SET_BLOCK_SIZE + 1, magic); in main()
202 _IOC_NR(LOOP_SET_BLOCK_SIZE + 1), in main()
203 _IOC_SIZE(LOOP_SET_BLOCK_SIZE + 1), in main()
316 sys_ioctl(-1, LOOP_SET_BLOCK_SIZE, magic); in main()
/external/syzkaller/sys/linux/
Dloop.txt19 ioctl$LOOP_SET_BLOCK_SIZE(fd fd_loop, cmd const[LOOP_SET_BLOCK_SIZE], arg intptr)
Dloop_arm.const10 LOOP_SET_BLOCK_SIZE = 19465
Dloop_ppc64le.const10 LOOP_SET_BLOCK_SIZE = 19465
Dloop_arm64.const10 LOOP_SET_BLOCK_SIZE = 19465
Dloop_386.const10 LOOP_SET_BLOCK_SIZE = 19465
Dloop_amd64.const10 LOOP_SET_BLOCK_SIZE = 19465
/external/kernel-headers/original/uapi/linux/
Dloop.h92 #define LOOP_SET_BLOCK_SIZE 0x4C09 macro
/external/strace/
Dloop.c192 case LOOP_SET_BLOCK_SIZE: in MPERS_PRINTER_DECL()
DChangeLog11262 loop: decode LOOP_SET_BLOCK_SIZE.
11263 * loop.c (loop_ioctl) <LOOP_SET_BLOCK_SIZE>: Handle LOOP_SET_BLOCK_SIZE.
11273 * xlat/loop_cmds.in: Add LOOP_SET_BLOCK_SIZE introduced