Lines Matching refs:luId
4975 IMA_OID luId, in IMA_GetLuProperties() argument
4987 if (luId.objectType != IMA_OBJECT_TYPE_LU) in IMA_GetLuProperties()
4994 if (plugintable[i].ownerId == luId.ownerId) { in IMA_GetLuProperties()
5009 status = PassFunc(luId, pProps); in IMA_GetLuProperties()
5321 IMA_OID luId) { in IMA_ExposeLu() argument
5329 if (luId.objectType != IMA_OBJECT_TYPE_LU) in IMA_ExposeLu()
5336 if (plugintable[i].ownerId == luId.ownerId) { in IMA_ExposeLu()
5352 status = PassFunc(luId); in IMA_ExposeLu()
5366 IMA_OID luId) { in IMA_UnexposeLu() argument
5374 if (luId.objectType != IMA_OBJECT_TYPE_LU) in IMA_UnexposeLu()
5381 if (plugintable[i].ownerId == luId.ownerId) { in IMA_UnexposeLu()
5396 status = PassFunc(luId); in IMA_UnexposeLu()