Lines Matching refs:luId
4980 IMA_OID luId, in IMA_GetLuProperties() argument
4992 if (luId.objectType != IMA_OBJECT_TYPE_LU) in IMA_GetLuProperties()
4999 if (plugintable[i].ownerId == luId.ownerId) { in IMA_GetLuProperties()
5014 status = PassFunc(luId, pProps); in IMA_GetLuProperties()
5326 IMA_OID luId) { in IMA_ExposeLu() argument
5334 if (luId.objectType != IMA_OBJECT_TYPE_LU) in IMA_ExposeLu()
5341 if (plugintable[i].ownerId == luId.ownerId) { in IMA_ExposeLu()
5357 status = PassFunc(luId); in IMA_ExposeLu()
5371 IMA_OID luId) { in IMA_UnexposeLu() argument
5379 if (luId.objectType != IMA_OBJECT_TYPE_LU) in IMA_UnexposeLu()
5386 if (plugintable[i].ownerId == luId.ownerId) { in IMA_UnexposeLu()
5401 status = PassFunc(luId); in IMA_UnexposeLu()