Lines Matching defs:mntpt
248 refstr_t *mntpt;
255 mntpt = vfs_getmntpoint(vfsp);
256 vn_setpath_str(*vpp, refstr_value(mntpt),
257 strlen(refstr_value(mntpt)));
258 refstr_rele(mntpt);
1987 vfs_setmntpoint(struct vfs *vfsp, const char *mntpt, uint32_t flag)
1989 if (mntpt == NULL || mntpt[0] == '\0')
1990 mntpt = VFS_NOMNTPT;
1991 vfs_setpath(vfsp, &vfsp->vfs_mntpt, mntpt, flag);
2014 refstr_t *mntpt;
2017 mntpt = vfsp->vfs_mntpt;
2018 refstr_hold(mntpt);
2021 return (mntpt);
2498 vfs_settag(uint_t major, uint_t minor, const char *mntpt, const char *tag,
2516 strcmp(mntpt, refstr_value(vfsp->vfs_mntpt)) == 0) {
2562 vfs_clrtag(uint_t major, uint_t minor, const char *mntpt, const char *tag,
2578 strcmp(mntpt, refstr_value(vfsp->vfs_mntpt)) == 0) {
3913 const char *mntpt;
3917 mntpt = refstr_value(vfsp->vfs_mntpt);
3918 mntpt = ZONE_PATH_TRANSLATE(mntpt, zone);
3919 if (strcmp(mntpt, mp) == 0) {