Searched refs:LOOP_SET_BLOCK_SIZE (Results 1 – 14 of 14) sorted by relevance
/external/strace/xlat/ |
D | loop_cmds.h | 69 #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
|
D | loop_cmds.in | 10 LOOP_SET_BLOCK_SIZE 0x4C09
|
/external/strace/tests-mx32/ |
D | ioctl_loop.c | 198 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/ |
D | ioctl_loop.c | 198 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/ |
D | ioctl_loop.c | 198 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/ |
D | loop.txt | 19 ioctl$LOOP_SET_BLOCK_SIZE(fd fd_loop, cmd const[LOOP_SET_BLOCK_SIZE], arg intptr)
|
D | loop_arm.const | 10 LOOP_SET_BLOCK_SIZE = 19465
|
D | loop_ppc64le.const | 10 LOOP_SET_BLOCK_SIZE = 19465
|
D | loop_arm64.const | 10 LOOP_SET_BLOCK_SIZE = 19465
|
D | loop_386.const | 10 LOOP_SET_BLOCK_SIZE = 19465
|
D | loop_amd64.const | 10 LOOP_SET_BLOCK_SIZE = 19465
|
/external/kernel-headers/original/uapi/linux/ |
D | loop.h | 92 #define LOOP_SET_BLOCK_SIZE 0x4C09 macro
|
/external/strace/ |
D | loop.c | 192 case LOOP_SET_BLOCK_SIZE: in MPERS_PRINTER_DECL()
|
D | ChangeLog | 11262 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
|