fake_storep 681 drivers/scsi/scsi_debug.c static unsigned char *fake_storep; /* ramdisk storage */ fake_storep 734 drivers/scsi/scsi_debug.c return fake_storep + lba * sdebug_sector_size; fake_storep 2504 drivers/scsi/scsi_debug.c fake_storep + (block * sdebug_sector_size), fake_storep 2511 drivers/scsi/scsi_debug.c fake_storep, rest * sdebug_sector_size, fake_storep 2533 drivers/scsi/scsi_debug.c res = !memcmp(fake_storep + (block * lb_size), arr, fake_storep 2538 drivers/scsi/scsi_debug.c res = memcmp(fake_storep, arr + ((num - rest) * lb_size), fake_storep 2543 drivers/scsi/scsi_debug.c memcpy(fake_storep + (block * lb_size), arr, (num - rest) * lb_size); fake_storep 2545 drivers/scsi/scsi_debug.c memcpy(fake_storep, arr + ((num - rest) * lb_size), fake_storep 2950 drivers/scsi/scsi_debug.c memset(fake_storep + fake_storep 3267 drivers/scsi/scsi_debug.c fs1p = fake_storep + (block * lb_size); fake_storep 3286 drivers/scsi/scsi_debug.c memmove(fake_storep + (block * lb_size), fs1p, lb_size); fake_storep 3441 drivers/scsi/scsi_debug.c fake_storep_hold = fake_storep; fake_storep 3442 drivers/scsi/scsi_debug.c fake_storep = arr; fake_storep 3444 drivers/scsi/scsi_debug.c fake_storep = fake_storep_hold; fake_storep 4774 drivers/scsi/scsi_debug.c if ((0 == n) && (NULL == fake_storep)) { fake_storep 4779 drivers/scsi/scsi_debug.c fake_storep = vzalloc(sz); fake_storep 4780 drivers/scsi/scsi_debug.c if (NULL == fake_storep) { fake_storep 5330 drivers/scsi/scsi_debug.c fake_storep = vzalloc(sz); fake_storep 5331 drivers/scsi/scsi_debug.c if (NULL == fake_storep) { fake_storep 5337 drivers/scsi/scsi_debug.c sdebug_build_parts(fake_storep, sz); fake_storep 5434 drivers/scsi/scsi_debug.c vfree(fake_storep); fake_storep 5454 drivers/scsi/scsi_debug.c vfree(fake_storep);