totsz             190 drivers/mtd/nand/raw/nandsim.c #define NS_IS_INITIALIZED(ns) ((ns)->geom.totsz != 0)
totsz             315 drivers/mtd/nand/raw/nandsim.c 		uint64_t totsz;     /* total flash size, bytes */
totsz             638 drivers/mtd/nand/raw/nandsim.c 	ns->geom.totsz    = mtd->size;
totsz             643 drivers/mtd/nand/raw/nandsim.c 	ns->geom.pgnum    = div_u64(ns->geom.totsz, ns->geom.pgsz);
totsz             644 drivers/mtd/nand/raw/nandsim.c 	ns->geom.totszoob = ns->geom.totsz + (uint64_t)ns->geom.pgnum * ns->geom.oobsz;
totsz             665 drivers/mtd/nand/raw/nandsim.c 		if (ns->geom.totsz <= (32 << 20)) {
totsz             673 drivers/mtd/nand/raw/nandsim.c 		if (ns->geom.totsz <= (128 << 20)) {
totsz             687 drivers/mtd/nand/raw/nandsim.c 	remains = ns->geom.totsz;
totsz             726 drivers/mtd/nand/raw/nandsim.c 			(unsigned long long)ns->geom.totsz >> 20);
totsz            4476 drivers/scsi/qla2xxx/qla_os.c 	u32 actual_cnt, totsz;
totsz            4497 drivers/scsi/qla2xxx/qla_os.c 	totsz = actual_cnt * size;
totsz            4499 drivers/scsi/qla2xxx/qla_os.c 	if (totsz != ha->exchoffld_size) {
totsz            4507 drivers/scsi/qla2xxx/qla_os.c 		ha->exchoffld_size = totsz;
totsz            4511 drivers/scsi/qla2xxx/qla_os.c 		    max_cnt, actual_cnt, size, totsz);
totsz            4546 drivers/scsi/qla2xxx/qla_os.c 		    ha->exchoffld_size, actual_cnt, size, totsz);