Searched refs:nbd_blksize (Results 1 – 1 of 1) sorted by relevance
110 static inline unsigned int nbd_blksize(struct nbd_config *config) in nbd_blksize() function1439 return nbd_set_size(nbd, config->bytesize, nbd_blksize(config)); in nbd_start_device()1509 return nbd_set_size(nbd, arg, nbd_blksize(config)); in __nbd_ioctl()1513 return nbd_set_size(nbd, bytesize, nbd_blksize(config)); in __nbd_ioctl()1960 u64 bsize = nbd_blksize(config); in nbd_genl_size_set()1969 if (bytes != config->bytesize || bsize != nbd_blksize(config)) in nbd_genl_size_set()