Searched refs:nbd_blksize (Results 1 – 1 of 1) sorted by relevance
111 static inline unsigned int nbd_blksize(struct nbd_config *config) in nbd_blksize() function1540 return nbd_set_size(nbd, config->bytesize, nbd_blksize(config)); in nbd_start_device()1610 return nbd_set_size(nbd, arg, nbd_blksize(config)); in __nbd_ioctl()1614 return nbd_set_size(nbd, bytesize, nbd_blksize(config)); in __nbd_ioctl()2059 u64 bsize = nbd_blksize(config); in nbd_genl_size_set()2068 if (bytes != config->bytesize || bsize != nbd_blksize(config)) in nbd_genl_size_set()