Lines Matching refs:storep
445 u8 *storep; /* user data storage (ram) */ member
1327 if (!sip || !sip->storep) { in lba2fake_store()
1331 return lsip->storep + lba * sdebug_sector_size; in lba2fake_store()
4263 fsp = sip->storep; in do_device_access()
4311 u8 *fsp = sip->storep; in comp_write_worker()
4833 u8 *fsp = sip->storep; in unmap_region()
5279 fsp = sip->storep; in resp_write_same()
5677 u8 *fsp = sip->storep; in resp_pre_fetch()
6317 memset(sip->storep + zsp->z_start * sdebug_sector_size, 0, in zbc_rwp_zone()
8758 vfree(sip->storep); in sdebug_erase_store()
8810 sip->storep = vzalloc(sz); in sdebug_add_store()
8811 if (!sip->storep) { in sdebug_add_store()
8816 sdebug_build_parts(sip->storep, sz); in sdebug_add_store()