get_lock_file_fd   63 builtin/gc.c   	if (!fstat(get_lock_file_fd(&log_lock), &st) && st.st_size)
get_lock_file_fd  389 builtin/gc.c   		dup2(get_lock_file_fd(&log_lock), 2);
get_lock_file_fd   55 credential-store.c 	write_or_die(get_lock_file_fd(&credential_lock), buf->buf, buf->len);
get_lock_file_fd 2103 read-cache.c   	int ret = do_write_index(istate, get_lock_file_fd(lock), 0);
get_lock_file_fd 3421 refs.c         	fd = get_lock_file_fd(lock->lk);
get_lock_file_fd 4638 refs.c         			   (write_in_full(get_lock_file_fd(lock->lk),
get_lock_file_fd 4640 refs.c         			    write_str_in_full(get_lock_file_fd(lock->lk), "\n") != 1 ||