MAX_LOCK_DESC_LEN
char name[MAX_LOCK_DESC_LEN+1];
strncpy((ocelock)->name, (desc), MAX_LOCK_DESC_LEN); \
(ocelock)->name[MAX_LOCK_DESC_LEN] = '\0'; \