Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c236 char *unlinkpath = NULL; in create_snap() local
265 &unlinkpath, &fd_array); in create_snap()
302 unlink_all(unlinkpath, backcount); in create_snap()
307 unlink_all(unlinkpath, backcount); in create_snap()
317 unlink_all(unlinkpath, backcount); in create_snap()
325 close_all(unlinkpath, backcount, fd_array); in create_snap()
391 char **unlinkpath, int **fd_array) in open_backpath() argument
401 *unlinkpath = NULL; in open_backpath()
417 *unlinkpath = strdup(*path); in open_backpath()
418 if (unlinkpath == NULL) in open_backpath()
[all …]