ioc_vol
struct ioc_vol *arg = (struct ioc_vol *) addr;
struct ioc_vol *arg = (struct ioc_vol *) addr;
CONFIG_PAGE_IOC_2_RAID_VOL *ioc_vol)
ioc_vol->VolumePageNumber, &vol_pg->Header, TRUE, 5000);
ioc_vol->VolumePageNumber);
rv = mpt_read_cur_cfg_page(mpt, ioc_vol->VolumePageNumber,
ioc_vol->VolumePageNumber);
CONFIG_PAGE_IOC_2_RAID_VOL *ioc_vol;
ioc_vol = mpt->ioc_page2->RaidVolume;
ioc_last_vol = ioc_vol + mpt->ioc_page2->NumActiveVolumes;
for (;ioc_vol != ioc_last_vol; ioc_vol++) {
mpt_vol = mpt->raid_volumes + ioc_vol->VolumePageNumber;
mpt_refresh_raid_vol(mpt, mpt_vol, ioc_vol);
CONFIG_PAGE_IOC_2_RAID_VOL *ioc_vol;
ioc_vol = mpt->ioc_page2->RaidVolume;
ioc_last_vol = ioc_vol + mpt->ioc_page2->NumActiveVolumes;
for (;ioc_vol != ioc_last_vol; ioc_vol++) {
if (ioc_vol->VolumeID == tgt) {
struct ioc_vol *arg = (struct ioc_vol *)ap->a_data;
struct ioc_vol *arg = (struct ioc_vol *)ap->a_data;
#define CDIOCGETVOL _IOR('c',10,struct ioc_vol)
#define CDIOCSETVOL _IOW('c',11,struct ioc_vol)
struct ioc_vol v;
struct ioc_vol v;