Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c101 if (clp->cl_prop != ZFS_PROP_MOUNTPOINT && in changelist_prefix()
126 case ZFS_PROP_MOUNTPOINT: in changelist_prefix()
179 if (clp->cl_prop == ZFS_PROP_MOUNTPOINT) in changelist_postfix()
580 prop == ZFS_PROP_MOUNTPOINT || prop == ZFS_PROP_SHARENFS || in changelist_gather()
583 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in changelist_gather()
629 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
632 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
635 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
637 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
643 if (clp->cl_prop != ZFS_PROP_MOUNTPOINT && in changelist_gather()
[all …]
H A Dlibzfs_mount.c313 if (!zfs_prop_valid_for_type(ZFS_PROP_MOUNTPOINT, zhp->zfs_type, in zfs_is_mountable()
317 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, buf, buflen, in zfs_is_mountable()
532 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT, 0, flags); in zfs_unmountall()
1246 verify(zfs_prop_get(za, ZFS_PROP_MOUNTPOINT, mounta, in mountpoint_cmp()
1251 verify(zfs_prop_get(zb, ZFS_PROP_MOUNTPOINT, mountb, in mountpoint_cmp()
1307 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, parent, in non_descendant_idx()
1311 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, child, in non_descendant_idx()
1409 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, mountpoint, in zfs_mount_task()
1426 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, in zfs_mount_task()
H A Dlibzfs_dataset.c1273 case ZFS_PROP_MOUNTPOINT: in zfs_valid_proplist()
1894 if (prop == ZFS_PROP_MOUNTPOINT && in zfs_prop_set_list()
2048 if (prop == ZFS_PROP_MOUNTPOINT && getzoneid() == GLOBAL_ZONEID && in zfs_prop_inherit()
2061 if (prop == ZFS_PROP_MOUNTPOINT && changelist_haszonedchild(cl)) { in zfs_prop_inherit()
2650 case ZFS_PROP_MOUNTPOINT: in zfs_prop_get()
H A Dlibzfs_sendrecv.c3227 ZFS_PROP_MOUNTPOINT, 0, 0); in zfs_receive_package()
4672 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT, in zfs_receive()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c500 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in _be_unmount()
589 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_mount_zone_root()
669 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_unmount_zone_root()
1044 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_mount_pool()
1065 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_mount_pool()
1123 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_unmount_pool()
1302 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_unmount_callback()
1347 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_unmount_callback()
1644 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in loopback_mount_shared_fs()
2017 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in fix_mountpoint_callback()
[all …]
H A Dbe_create.c254 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), "/") != 0) { in be_init()
291 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), DATA_TYPE_STRING); in be_init()
333 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_init()
2366 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, prop_buf, in be_clone_fs_callback()
2971 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_create_container_ds()
3063 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_prep_clone_send_fs()
3112 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_prep_clone_send_fs()
3120 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT)); in be_prep_clone_send_fs()
H A Dbe_list.c1101 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, prop_buf, in be_get_node_data()
1226 if (zfs_prop_get(zfshp, ZFS_PROP_MOUNTPOINT, in be_get_ds_data()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c106 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mp, sizeof (mp), NULL, NULL, in match_mountpoint()
551 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mp, sizeof (mp), NULL, NULL, in snap2path()
1174 if (zfs_prop_set(zhp, zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in move_zfs()
1229 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, in verify_datasets()
1274 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, sizeof (propbuf), in verify_fs_zfs()
1380 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, sizeof (propbuf), in get_zfs_non_legacy_mountpoint()
1556 if (zfs_prop_set(zhp, zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in zone_mount_rootfs()
1567 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in zone_mount_rootfs()
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c225 verify(zfs_prop_get(*za, ZFS_PROP_MOUNTPOINT, mounta, in mountpoint_compare()
227 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb, in mountpoint_compare()
281 if (zfs_prop_get(hdl, ZFS_PROP_MOUNTPOINT, mountpoint, in verify_zfs_handle()
802 if (zfs_prop_get(fs_handle, ZFS_PROP_MOUNTPOINT, in sa_get_zfs_share_common()
1586 if (zfs_prop_get(cb.cb_handles[i], ZFS_PROP_MOUNTPOINT, in sa_zfs_get_info()
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dvnode_zvol.c99 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), ZFS_MOUNTPOINT_NONE); in create_zpool()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_sd.c78 if (zfs_prop_get(zfshd, ZFS_PROP_MOUNTPOINT, mp, sizeof (mp), NULL, in srvsvc_shareacl_getpath()
H A Dsmb_share.c2266 ret = zfs_prop_get(zfshd, ZFS_PROP_MOUNTPOINT, in smb_shr_zfs_add()
/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.c398 zprop_register_string(ZFS_PROP_MOUNTPOINT, "mountpoint", "/", in zfs_prop_init()
/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/lib/smbsrv/libsmb/common/
H A Dsmb_util.c653 if ((zfs_prop_get(hdl, ZFS_PROP_MOUNTPOINT, mountpnt, in smb_getdataset()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_get.c388 case ZFS_PROP_MOUNTPOINT: in get_special_prop()
H A Ddsl_dataset.c2252 error = dsl_prop_get_ds(ds, zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), 1, in dsl_get_mountpoint()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h115 ZFS_PROP_MOUNTPOINT, enumerator
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c740 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, PATH_MAX, NULL, in tlm_build_snapshot_name()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6228 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in share_mount_one()
6770 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mtpt_prop, in unshare_unmount_path()
6902 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in unshare_unmount()
7015 ZFS_PROP_SHARENFS : ZFS_PROP_MOUNTPOINT, in unshare_unmount()
7164 (void) zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in manual_mount()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1209 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT))) { in zpool_do_create()
1391 ret = add_prop_list(zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in zpool_do_create()