Searched refs:path_copy (Results 1 – 1 of 1) sorted by relevance
3575 char *path_copy; in zfs_create_ancestors() local3595 if ((path_copy = strdup(path)) != NULL) { in zfs_create_ancestors()3596 rc = create_parents(hdl, path_copy, prefix); in zfs_create_ancestors()3597 free(path_copy); in zfs_create_ancestors()3599 if (path_copy == NULL || rc != 0) in zfs_create_ancestors()