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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c567 refstr_t *pathref; local
594 pathref = vfs_getmntpoint(vfsp);
595 (void) strncpy(newpath, refstr_value(pathref), sizeof (newpath));
600 refstr_rele(pathref);
603 pathref = vfs_getresource(vfsp);
604 (void) strncpy(newpath, refstr_value(pathref), sizeof (newpath));
609 refstr_rele(pathref);

Completed in 57 milliseconds