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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c101 if (clp->cl_prop != ZFS_PROP_MOUNTPOINT &&
126 case ZFS_PROP_MOUNTPOINT:
176 if (clp->cl_prop == ZFS_PROP_MOUNTPOINT)
509 hasmounta = (zfs_prop_get(ca->cn_handle, ZFS_PROP_MOUNTPOINT, mounta,
511 hasmountb = (zfs_prop_get(cb->cn_handle, ZFS_PROP_MOUNTPOINT, mountb,
552 prop == ZFS_PROP_MOUNTPOINT || prop == ZFS_PROP_SHARENFS ||
555 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT,
601 clp->cl_prop = ZFS_PROP_MOUNTPOINT;
604 clp->cl_prop = ZFS_PROP_MOUNTPOINT;
607 clp->cl_prop = ZFS_PROP_MOUNTPOINT;
[all...]
H A Dlibzfs_mount.c301 if (!zfs_prop_valid_for_type(ZFS_PROP_MOUNTPOINT, zhp->zfs_type))
304 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, buf, buflen,
484 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT, 0, flags);
1108 verify(zfs_prop_get(*za, ZFS_PROP_MOUNTPOINT, mounta,
1111 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb,
H A Dlibzfs_dataset.c1217 case ZFS_PROP_MOUNTPOINT:
1700 if (prop == ZFS_PROP_MOUNTPOINT &&
1849 if (prop == ZFS_PROP_MOUNTPOINT && getzoneid() == GLOBAL_ZONEID &&
1862 if (prop == ZFS_PROP_MOUNTPOINT && changelist_haszonedchild(cl)) {
2373 case ZFS_PROP_MOUNTPOINT:
H A Dlibzfs_sendrecv.c2809 ZFS_PROP_MOUNTPOINT, 0, 0);
3743 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT,
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c490 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint,
579 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint,
659 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint,
669 if (zfs_prop_set(zhp, zfs_prop_to_name(ZFS_PROP_MOUNTPOINT),
1008 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint,
1034 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT),
1055 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT),
1113 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT),
1156 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, zhp_mountpoint,
1230 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT),
[all...]
H A Dbe_create.c248 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), "/") != 0) {
285 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), DATA_TYPE_STRING);
327 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT),
2283 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, prop_buf,
2884 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT),
2976 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint,
3025 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT),
3033 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT));
H A Dbe_list.c1094 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, prop_buf,
1219 if (zfs_prop_get(zfshp, ZFS_PROP_MOUNTPOINT,
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c99 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mp, sizeof (mp), NULL, NULL,
544 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mp, sizeof (mp), NULL, NULL,
1167 if (zfs_prop_set(zhp, zfs_prop_to_name(ZFS_PROP_MOUNTPOINT),
1222 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf,
1267 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, sizeof (propbuf),
1373 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, sizeof (propbuf),
1549 if (zfs_prop_set(zhp, zfs_prop_to_name(ZFS_PROP_MOUNTPOINT),
1560 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT),
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c221 verify(zfs_prop_get(*za, ZFS_PROP_MOUNTPOINT, mounta,
223 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb,
285 if (zfs_prop_get(zlist[i], ZFS_PROP_MOUNTPOINT, mountpoint,
787 if (zfs_prop_get(zlist[i], ZFS_PROP_MOUNTPOINT,
1410 if (zfs_prop_get(cb.cb_handles[i], ZFS_PROP_MOUNTPOINT,
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_sd.c74 if (zfs_prop_get(zfshd, ZFS_PROP_MOUNTPOINT, mp, sizeof (mp), NULL,
H A Dsmb_share.c2054 if (zfs_prop_get(zfshd, ZFS_PROP_MOUNTPOINT, buf, MAXPATHLEN,
2094 if (zfs_prop_get(zfshd, ZFS_PROP_MOUNTPOINT, buf, MAXPATHLEN,
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h103 ZFS_PROP_MOUNTPOINT, enumerator in enum:__anon184
/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.c331 zprop_register_string(ZFS_PROP_MOUNTPOINT, "mountpoint", "/",
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_property.c139 { ZFS_PROP_MOUNTPOINT, str_to_string, NULL,
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c740 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, PATH_MAX, NULL,
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5823 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint,
6308 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mtpt_prop,
6440 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT,
6529 ZFS_PROP_SHARENFS : ZFS_PROP_MOUNTPOINT,
6678 (void) zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint,
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c879 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT))) {
1006 ret = add_prop_list(zfs_prop_to_name(ZFS_PROP_MOUNTPOINT),

Completed in 161 milliseconds