Home
last modified time | relevance | path

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

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