/* InfiniBand */
case VKI_IB_USER_MAD_ENABLE_PKEY:
+ /* Lustre */
+ case VKI_LL_IOC_GROUP_LOCK:
+ case VKI_LL_IOC_GROUP_UNLOCK:
+
/* V4L2 */
case VKI_V4L2_LOG_STATUS:
//----------------------------------------------------------------------
// From Lustre's lustre/include/lustre/lustre_user.h
//----------------------------------------------------------------------
+#define VKI_LL_IOC_GROUP_LOCK \
+ _VKI_IOW('f', 158, long)
+#define VKI_LL_IOC_GROUP_UNLOCK \
+ _VKI_IOW('f', 159, long)
#define VKI_LL_IOC_GETPARENT \
_VKI_IOWR('f', 249, struct vki_getparent)