Searched refs:nbd_blksize (Results 1 – 1 of 1) sorted by relevance
107 static inline unsigned int nbd_blksize(struct nbd_config *config) in nbd_blksize() function1345 return nbd_set_size(nbd, config->bytesize, nbd_blksize(config)); in nbd_start_device()1414 return nbd_set_size(nbd, arg, nbd_blksize(config)); in __nbd_ioctl()1418 return nbd_set_size(nbd, bytesize, nbd_blksize(config)); in __nbd_ioctl()1834 u64 bsize = nbd_blksize(config); in nbd_genl_size_set()1843 if (bytes != config->bytesize || bsize != nbd_blksize(config)) in nbd_genl_size_set()