fcc_lock
if((ret = fcc_lock(context, id, fd, exclusive)) != 0) {
if((ret = fcc_lock(context, id, FCC_CURSOR(*cursor)->fd, FALSE)) != 0)
fcc_lock,