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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c699 refstr_t *pathref; local
726 pathref = vfs_getmntpoint(vfsp);
727 (void) strncpy(newpath, refstr_value(pathref), sizeof (newpath));
732 refstr_rele(pathref);
735 pathref = vfs_getresource(vfsp);
736 (void) strncpy(newpath, refstr_value(pathref), sizeof (newpath));
741 refstr_rele(pathref);

Completed in 93 milliseconds