Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c234 char *unlinkpath = NULL; in create_snap() local
263 &unlinkpath, &fd_array); in create_snap()
300 unlink_all(unlinkpath, backcount); in create_snap()
305 unlink_all(unlinkpath, backcount); in create_snap()
315 unlink_all(unlinkpath, backcount); in create_snap()
389 char **unlinkpath, int **fd_array) in open_backpath() argument
399 *unlinkpath = NULL; in open_backpath()
415 *unlinkpath = strdup(*path); in open_backpath()
416 if (unlinkpath == NULL) in open_backpath()
439 *unlinkpath = strdup(temppath); in open_backpath()
[all …]