Searched refs:NBD_SET_BLKSIZE (Results 1 – 8 of 8) sorted by relevance
/external/strace/xlat/ |
D | nbd_ioctl_cmds.h | 13 #if defined(NBD_SET_BLKSIZE) || (defined(HAVE_DECL_NBD_SET_BLKSIZE) && HAVE_DECL_NBD_SET_BLKSIZE) 15 static_assert((NBD_SET_BLKSIZE) == (_IO( 0xab, 1 )), "NBD_SET_BLKSIZE != _IO( 0xab, 1 )"); 18 # define NBD_SET_BLKSIZE _IO( 0xab, 1 ) 95 XLAT(NBD_SET_BLKSIZE),
|
D | nbd_ioctl_cmds.in | 2 NBD_SET_BLKSIZE _IO( 0xab, 1 )
|
/external/strace/ |
D | nbd_ioctl.c | 57 case NBD_SET_BLKSIZE: in nbd_ioctl()
|
/external/kernel-headers/original/uapi/linux/ |
D | nbd.h | 22 #define NBD_SET_BLKSIZE _IO( 0xab, 1 ) macro
|
/external/toybox/toys/other/ |
D | nbd_client.c | 68 ioctl(nbd, NBD_SET_BLKSIZE, 4096); in nbd_client_main()
|
/external/strace/tests/ |
D | ioctl_nbd.c | 68 ioctl(-1, NBD_SET_BLKSIZE, ubeef); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_nbd.c | 68 ioctl(-1, NBD_SET_BLKSIZE, ubeef); in main()
|
/external/strace/tests-m32/ |
D | ioctl_nbd.c | 68 ioctl(-1, NBD_SET_BLKSIZE, ubeef); in main()
|