hold_lock_file_for_update 3914 builtin/apply.c 	hold_lock_file_for_update(&lock, filename, LOCK_DIE_ON_ERROR);
hold_lock_file_for_update  464 builtin/commit.c 	hold_lock_file_for_update(&false_lock,
hold_lock_file_for_update  223 builtin/gc.c   	fd = hold_lock_file_for_update(&lock, pidfile_path,
hold_lock_file_for_update  386 builtin/gc.c   		hold_lock_file_for_update(&log_lock,
hold_lock_file_for_update  415 bundle.c       		bundle_fd = hold_lock_file_for_update(&lock, path,
hold_lock_file_for_update  606 cache-tree.c   	newfd = hold_lock_file_for_update(lock_file, index_path, LOCK_DIE_ON_ERROR);
hold_lock_file_for_update 1979 config.c       	fd = hold_lock_file_for_update(lock, config_filename, 0);
hold_lock_file_for_update 2264 config.c       	out_fd = hold_lock_file_for_update(lock, config_filename, 0);
hold_lock_file_for_update   61 credential-store.c 	if (hold_lock_file_for_update(&credential_lock, fn, 0) < 0)
hold_lock_file_for_update 1807 fast-import.c  	if (hold_lock_file_for_update(&mark_lock, export_marks_file, 0) < 0) {
hold_lock_file_for_update 1397 read-cache.c   	return hold_lock_file_for_update(lk, get_index_file(),
hold_lock_file_for_update 2494 refs.c         	if (hold_lock_file_for_update(lock->lk, ref_file.buf, lflags) < 0) {
hold_lock_file_for_update 2895 refs.c         	fd = hold_lock_file_for_update(&lock, filename, LOCK_DIE_ON_ERROR);
hold_lock_file_for_update 2938 refs.c         		fd = hold_lock_file_for_update(&lock, filename,
hold_lock_file_for_update 4603 refs.c         		if (hold_lock_file_for_update(&reflog_lock, log_file, 0) < 0) {
hold_lock_file_for_update  611 rerere.c       		fd = hold_lock_file_for_update(&write_lock, git_path_merge_rr(),
hold_lock_file_for_update  196 sequencer.c    	int msg_fd = hold_lock_file_for_update(&msg_file, filename,
hold_lock_file_for_update  839 sequencer.c    	fd = hold_lock_file_for_update(&head_lock, git_path_head_file(), LOCK_DIE_ON_ERROR);
hold_lock_file_for_update  917 sequencer.c    	fd = hold_lock_file_for_update(&todo_lock, git_path_todo_file(), LOCK_DIE_ON_ERROR);
hold_lock_file_for_update  407 sha1_file.c    	hold_lock_file_for_update(lock, alts, LOCK_DIE_ON_ERROR);
hold_lock_file_for_update  243 shallow.c      	fd = hold_lock_file_for_update(shallow_lock, git_path_shallow(),
hold_lock_file_for_update  290 shallow.c      	fd = hold_lock_file_for_update(&shallow_lock, git_path_shallow(),