is_name            64 source3/modules/onefs_shadow_copy.c 	char *			is_name;
is_name           178 source3/modules/onefs_shadow_copy.c 	isp->is_name = malloc(strlen(name) + 1);
is_name           179 source3/modules/onefs_shadow_copy.c 	if (isp->is_name == NULL) {
is_name           185 source3/modules/onefs_shadow_copy.c 	strcpy(isp->is_name, name);
is_name           203 source3/modules/onefs_shadow_copy.c 		if (isp->is_name != NULL)
is_name           204 source3/modules/onefs_shadow_copy.c 			free(isp->is_name);
is_name           721 source3/modules/onefs_shadow_copy.c 	is.is_name = NULL;
is_name           737 source3/modules/onefs_shadow_copy.c 	cpath = malloc(strlen(SNAPSHOT_DIRECTORY) + strlen(isp->is_name) +
is_name           749 source3/modules/onefs_shadow_copy.c 		sprintf(cpath, "%s/%s", SNAPSHOT_DIRECTORY, isp->is_name);
is_name           774 source3/modules/onefs_shadow_copy.c 		    strlen(isp->is_name) + strlen(path) + 3);