Searched refs:wpath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c620 char *wpath = NULL; /* working path */ local
638 gen_backing_store_path(backpath, i + 1, &wpath);
639 if (stat(wpath, &st) == 0)
642 fd = open(wpath, O_RDWR | O_CREAT | O_EXCL, 0600);
659 wpath);
666 " backing file %s"), wpath);
671 if (wpath != NULL)
672 free(wpath);

Completed in 54 milliseconds