Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c561 refstr_t *pathref; in zfsctl_rename_snap() local
588 pathref = vfs_getmntpoint(vfsp); in zfsctl_rename_snap()
589 (void) strncpy(newpath, refstr_value(pathref), sizeof (newpath)); in zfsctl_rename_snap()
594 refstr_rele(pathref); in zfsctl_rename_snap()
597 pathref = vfs_getresource(vfsp); in zfsctl_rename_snap()
598 (void) strncpy(newpath, refstr_value(pathref), sizeof (newpath)); in zfsctl_rename_snap()
603 refstr_rele(pathref); in zfsctl_rename_snap()