Home
last modified time | relevance | path

Searched refs:NBD_SET_BLKSIZE (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dnbd.h21 #define NBD_SET_BLKSIZE _IO( 0xab, 1 ) macro
/external/toybox/toys/other/
Dnbd_client.c68 ioctl(nbd, NBD_SET_BLKSIZE, 4096); in nbd_client_main()