Searched refs:nbd_blksize (Results 1 – 1 of 1) sorted by relevance
109 static inline unsigned int nbd_blksize(struct nbd_config *config) in nbd_blksize() function1397 return nbd_set_size(nbd, config->bytesize, nbd_blksize(config)); in nbd_start_device()1468 return nbd_set_size(nbd, arg, nbd_blksize(config)); in __nbd_ioctl()1472 return nbd_set_size(nbd, bytesize, nbd_blksize(config)); in __nbd_ioctl()1898 u64 bsize = nbd_blksize(config); in nbd_genl_size_set()1907 if (bytes != config->bytesize || bsize != nbd_blksize(config)) in nbd_genl_size_set()