Lines Matching defs:bytesize
99 loff_t bytesize;
298 if (nbd->config->bytesize) {
308 sector_t nr_sectors = config->bytesize >> 9;
335 config->bytesize = blocksize * nr_blocks;
1453 loff_t bytesize;
1469 div_s64(config->bytesize, arg));
1476 if (check_mul_overflow((loff_t)arg, config->blksize, &bytesize))
1697 debugfs_create_u64("size_bytes", 0444, dir, &config->bytesize);
1899 u64 bytes = config->bytesize;
1914 if (bytes != config->bytesize || bsize != config->blksize)