sha1file_checkpoint  196 bulk-checkin.c 	struct sha1file_checkpoint checkpoint;
sha1file_checkpoint  217 bulk-checkin.c 			sha1file_checkpoint(state->f, &checkpoint);
sha1file_checkpoint  156 csum-file.c    void sha1file_checkpoint(struct sha1file *f, struct sha1file_checkpoint *checkpoint)
sha1file_checkpoint  163 csum-file.c    int sha1file_truncate(struct sha1file *f, struct sha1file_checkpoint *checkpoint)
sha1file_checkpoint   26 csum-file.h    extern void sha1file_checkpoint(struct sha1file *, struct sha1file_checkpoint *);
sha1file_checkpoint   27 csum-file.h    extern int sha1file_truncate(struct sha1file *, struct sha1file_checkpoint *);
sha1file_checkpoint 1157 fast-import.c  static void truncate_pack(struct sha1file_checkpoint *checkpoint)
sha1file_checkpoint 1175 fast-import.c  	struct sha1file_checkpoint checkpoint;
sha1file_checkpoint 1183 fast-import.c  	sha1file_checkpoint(pack_file, &checkpoint);