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() function1428 return nbd_set_size(nbd, config->bytesize, nbd_blksize(config)); in nbd_start_device()1498 return nbd_set_size(nbd, arg, nbd_blksize(config)); in __nbd_ioctl()1502 return nbd_set_size(nbd, bytesize, nbd_blksize(config)); in __nbd_ioctl()1949 u64 bsize = nbd_blksize(config); in nbd_genl_size_set()1958 if (bytes != config->bytesize || bsize != nbd_blksize(config)) in nbd_genl_size_set()