no_path
static int no_path(lock_descriptor_t *, lock_descriptor_t *);
level_two_path(lock_descriptor_t *lock1, lock_descriptor_t *lock2, int no_path)
if (no_path)
} else if (no_path(lock1, lock2)) {