Searched refs:NBD_SET_BLKSIZE (Results 1 – 5 of 5) sorted by relevance
55 #define NBD_SET_BLKSIZE _IO(0xab, 1) macro
1299 if (ioctl(fd, NBD_SET_BLKSIZE, sector_size) < 0) { in nbd_init()
24 #define NBD_SET_BLKSIZE _IO( 0xab, 1 ) macro
1506 case NBD_SET_BLKSIZE: in __nbd_ioctl()
453 +pub const NBD_SET_BLKSIZE: u32 = 43777;