Lines Matching refs:storep
435 u8 *storep; /* user data storage (ram) */ member
1293 if (!sip || !sip->storep) { in lba2fake_store()
1297 return lsip->storep + lba * sdebug_sector_size; in lba2fake_store()
4171 fsp = sip->storep; in do_device_access()
4219 u8 *fsp = sip->storep; in comp_write_worker()
4744 u8 *fsp = sip->storep; in unmap_region()
5187 fsp = sip->storep; in resp_write_same()
5586 u8 *fsp = sip->storep; in resp_pre_fetch()
6251 memset(sip->storep + zsp->z_start * sdebug_sector_size, 0, in zbc_rwp_zone()
8658 vfree(sip->storep); in sdebug_erase_store()
8710 sip->storep = vzalloc(sz); in sdebug_add_store()
8711 if (!sip->storep) { in sdebug_add_store()
8716 sdebug_build_parts(sip->storep, sz); in sdebug_add_store()