packed_ref_cache 1066 refs.c         	struct packed_ref_cache *packed;
packed_ref_cache 1081 refs.c         static void acquire_packed_ref_cache(struct packed_ref_cache *packed_refs)
packed_ref_cache 1090 refs.c         static int release_packed_ref_cache(struct packed_ref_cache *packed_refs)
packed_ref_cache 1105 refs.c         		struct packed_ref_cache *packed_refs = refs->packed;
packed_ref_cache 1289 refs.c         static struct packed_ref_cache *get_packed_ref_cache(struct ref_cache *refs)
packed_ref_cache 1319 refs.c         static struct ref_dir *get_packed_ref_dir(struct packed_ref_cache *packed_ref_cache)
packed_ref_cache 1321 refs.c         	return get_ref_dir(packed_ref_cache->root);
packed_ref_cache 1337 refs.c         	struct packed_ref_cache *packed_ref_cache =
packed_ref_cache 1340 refs.c         	if (!packed_ref_cache->lock)
packed_ref_cache 1342 refs.c         	add_ref(get_packed_ref_dir(packed_ref_cache),
packed_ref_cache 1995 refs.c         	struct packed_ref_cache *packed_ref_cache;
packed_ref_cache 2015 refs.c         	packed_ref_cache = get_packed_ref_cache(refs);
packed_ref_cache 2016 refs.c         	acquire_packed_ref_cache(packed_ref_cache);
packed_ref_cache 2017 refs.c         	packed_dir = get_packed_ref_dir(packed_ref_cache);
packed_ref_cache 2037 refs.c         	release_packed_ref_cache(packed_ref_cache);
packed_ref_cache 2563 refs.c         	struct packed_ref_cache *packed_ref_cache;
packed_ref_cache 2580 refs.c         	packed_ref_cache = get_packed_ref_cache(&ref_cache);
packed_ref_cache 2581 refs.c         	packed_ref_cache->lock = &packlock;
packed_ref_cache 2583 refs.c         	acquire_packed_ref_cache(packed_ref_cache);
packed_ref_cache 2595 refs.c         	struct packed_ref_cache *packed_ref_cache =
packed_ref_cache 2601 refs.c         	if (!packed_ref_cache->lock)
packed_ref_cache 2604 refs.c         	out = fdopen_lock_file(packed_ref_cache->lock, "w");
packed_ref_cache 2609 refs.c         	do_for_each_entry_in_dir(get_packed_ref_dir(packed_ref_cache),
packed_ref_cache 2612 refs.c         	if (commit_lock_file(packed_ref_cache->lock)) {
packed_ref_cache 2616 refs.c         	packed_ref_cache->lock = NULL;
packed_ref_cache 2617 refs.c         	release_packed_ref_cache(packed_ref_cache);
packed_ref_cache 2629 refs.c         	struct packed_ref_cache *packed_ref_cache =
packed_ref_cache 2632 refs.c         	if (!packed_ref_cache->lock)
packed_ref_cache 2634 refs.c         	rollback_lock_file(packed_ref_cache->lock);
packed_ref_cache 2635 refs.c         	packed_ref_cache->lock = NULL;
packed_ref_cache 2636 refs.c         	release_packed_ref_cache(packed_ref_cache);