Searched refs:ioc_vol (Results 1 – 5 of 5) sorted by relevance
826 CONFIG_PAGE_IOC_2_RAID_VOL *ioc_vol; in mpt_is_raid_volume() local832 ioc_vol = mpt->ioc_page2->RaidVolume; in mpt_is_raid_volume()833 ioc_last_vol = ioc_vol + mpt->ioc_page2->NumActiveVolumes; in mpt_is_raid_volume()834 for (;ioc_vol != ioc_last_vol; ioc_vol++) { in mpt_is_raid_volume()835 if (ioc_vol->VolumeID == tgt) { in mpt_is_raid_volume()1253 CONFIG_PAGE_IOC_2_RAID_VOL *ioc_vol) in mpt_refresh_raid_vol() argument1265 ioc_vol->VolumePageNumber, &vol_pg->Header, TRUE, 5000); in mpt_refresh_raid_vol()1269 ioc_vol->VolumePageNumber); in mpt_refresh_raid_vol()1273 rv = mpt_read_cur_cfg_page(mpt, ioc_vol->VolumePageNumber, in mpt_refresh_raid_vol()1278 ioc_vol->VolumePageNumber); in mpt_refresh_raid_vol()[all …]
169 struct ioc_vol { struct172 #define CDIOCGETVOL _IOR('c',10,struct ioc_vol) argument174 #define CDIOCSETVOL _IOW('c',11,struct ioc_vol)
802 struct ioc_vol v; in pstatus()1078 struct ioc_vol v; in setvol()
2287 struct ioc_vol *arg = (struct ioc_vol *) addr; in cdioctl()2319 struct ioc_vol *arg = (struct ioc_vol *) addr; in cdioctl()
842 unsigned struct_ioc_vol_sz = sizeof(ioc_vol);