index_fd 40 builtin/hash-object.c : index_fd(sha1, fd, &st, type_from_string(type), path, flags))) index_fd 267 builtin/replace.c if (index_fd(sha1, fd, &st, type, NULL, flags) < 0) index_fd 567 cache.h extern int index_fd(unsigned char *sha1, int fd, struct stat *st, enum object_type type, const char *path, unsigned flags); index_fd 167 read-cache.c if (!index_fd(sha1, fd, st, OBJ_BLOB, ce->name, 0)) index_fd 645 sequencer.c int index_fd = hold_locked_index(&index_lock, 0); index_fd 649 sequencer.c if (the_index.cache_changed && index_fd >= 0) { index_fd 3424 sha1_file.c if (index_fd(sha1, fd, st, OBJ_BLOB, path, flags) < 0)