enter_lock
enter_lock();
extern void enter_lock(void);
enter_lock();
enter_lock();
enter_lock(root_dir);
static void enter_lock(char *root_dir);
if ((lock_fd = enter_lock(lock_file)) == -1) {
static int enter_lock(char *lock_file);