ie_match_stat     351 cache.h        #define ce_match_stat(ce, st, options) ie_match_stat(&the_index, (ce), (st), (options))
ie_match_stat     562 cache.h        extern int ie_match_stat(const struct index_state *, const struct cache_entry *, struct stat *, unsigned int);
ie_match_stat      62 preload-index.c 		if (ie_match_stat(index, ce, &st, CE_MATCH_RACY_IS_DIRTY))
ie_match_stat     368 read-cache.c   	changed = ie_match_stat(istate, ce, st, options);
ie_match_stat     686 read-cache.c   	if (alias && !ce_stage(alias) && !ie_match_stat(istate, alias, st, ce_option)) {
ie_match_stat    1105 read-cache.c   	changed = ie_match_stat(istate, ce, &st, options);
ie_match_stat    1240 unpack-trees.c 		unsigned changed = ie_match_stat(o->src_index, ce, &st, flags);
ie_match_stat    1381 unpack-trees.c 	return src && !ie_match_stat(o->src_index, src, st, CE_MATCH_IGNORE_VALID|CE_MATCH_IGNORE_SKIP_WORKTREE);
ie_match_stat    1878 unpack-trees.c 			    ie_match_stat(o->src_index, old, &st, CE_MATCH_IGNORE_VALID|CE_MATCH_IGNORE_SKIP_WORKTREE))