Home
last modified time | relevance | path

Searched refs:bytesize (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/block/
Dnbd.c100 loff_t bytesize; member
293 if (nbd->config->bytesize) { in nbd_size_clear()
311 set_capacity(nbd->disk, config->bytesize >> 9); in nbd_size_update()
314 bd_set_size(bdev, config->bytesize); in nbd_size_update()
328 config->bytesize = blocksize * nr_blocks; in nbd_size_set()
1358 div_s64(config->bytesize, arg)); in __nbd_ioctl()
1577 debugfs_create_u64("size_bytes", 0444, dir, &config->bytesize); in nbd_dev_dbg_init()
1778 u64 bytes = config->bytesize; in nbd_genl_size_set()
1793 if (bytes != config->bytesize || bsize != config->blksize) in nbd_genl_size_set()