full_orig_name   7032 source3/include/proto.h void stat_cache_add( const char *full_orig_name,
full_orig_name     41 source3/smbd/statcache.c void stat_cache_add( const char *full_orig_name,
full_orig_name     59 source3/smbd/statcache.c 	if ((*full_orig_name == '\0')
full_orig_name     60 source3/smbd/statcache.c 	    || ISDOT(full_orig_name) || ISDOTDOT(full_orig_name)) {
full_orig_name     70 source3/smbd/statcache.c 	if (case_sensitive && (strcmp(full_orig_name, translated_path) == 0)) {
full_orig_name     86 source3/smbd/statcache.c 		original_path = talloc_strdup(ctx,full_orig_name);
full_orig_name     88 source3/smbd/statcache.c 		original_path = talloc_strdup_upper(ctx,full_orig_name);