Lines Matching refs:storep
322 u8 *storep; /* user data storage (ram) */ member
889 if (!sip || !sip->storep) { in lba2fake_store()
893 return lsip->storep + lba * sdebug_sector_size; in lba2fake_store()
3037 fsp = sip->storep; in do_device_access()
3082 u8 *fsp = sip->storep; in comp_write_worker()
3566 u8 *fsp = sip->storep; in unmap_region()
3918 fsp = sip->storep; in resp_write_same()
4261 u8 *fsp = sip->storep; in resp_pre_fetch()
4842 memset(sip->storep + zsp->z_start * sdebug_sector_size, 0, in zbc_rwp_zone()
7188 vfree(sip->storep); in sdebug_erase_store()
7240 sip->storep = vzalloc(sz); in sdebug_add_store()
7241 if (!sip->storep) { in sdebug_add_store()
7246 sdebug_build_parts(sip->storep, sz); in sdebug_add_store()