/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 100 if (clp->cl_prop != ZFS_PROP_MOUNTPOINT && in changelist_prefix() 125 case ZFS_PROP_MOUNTPOINT: in changelist_prefix() 172 if (clp->cl_prop == ZFS_PROP_MOUNTPOINT) in changelist_postfix() 505 hasmounta = (zfs_prop_get(ca->cn_handle, ZFS_PROP_MOUNTPOINT, mounta, in compare_mountpoints() 507 hasmountb = (zfs_prop_get(cb->cn_handle, ZFS_PROP_MOUNTPOINT, mountb, in compare_mountpoints() 548 prop == ZFS_PROP_MOUNTPOINT || prop == ZFS_PROP_SHARENFS || in changelist_gather() 551 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in changelist_gather() 597 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather() 600 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather() 603 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather() [all …]
|
H A D | libzfs_mount.c | 235 if (!zfs_prop_valid_for_type(ZFS_PROP_MOUNTPOINT, zhp->zfs_type)) in zfs_is_mountable() 238 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, buf, buflen, in zfs_is_mountable() 418 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT, 0, flags); in zfs_unmountall() 1047 verify(zfs_prop_get(*za, ZFS_PROP_MOUNTPOINT, mounta, in libzfs_dataset_cmp() 1050 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb, in libzfs_dataset_cmp()
|
H A D | libzfs_dataset.c | 1227 case ZFS_PROP_MOUNTPOINT: in zfs_valid_proplist() 1687 if (prop == ZFS_PROP_MOUNTPOINT && in zfs_prop_set_list() 1836 if (prop == ZFS_PROP_MOUNTPOINT && getzoneid() == GLOBAL_ZONEID && in zfs_prop_inherit() 1849 if (prop == ZFS_PROP_MOUNTPOINT && changelist_haszonedchild(cl)) { in zfs_prop_inherit() 2353 case ZFS_PROP_MOUNTPOINT: in zfs_prop_get()
|
H A D | libzfs_sendrecv.c | 2746 ZFS_PROP_MOUNTPOINT, 0, 0); in zfs_receive_package() 3650 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT, in zfs_receive()
|
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 490 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in _be_unmount() 579 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_mount_zone_root() 659 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_unmount_zone_root() 669 if (zfs_prop_set(zhp, zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_unmount_zone_root() 1008 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_mount_pool() 1034 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_mount_pool() 1055 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_mount_pool() 1113 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_unmount_pool() 1156 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, zhp_mountpoint, in be_mount_callback() 1230 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_mount_callback() [all …]
|
H A D | be_create.c | 247 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), "/") != 0) { in be_init() 284 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), DATA_TYPE_STRING); in be_init() 326 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_init() 2281 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, prop_buf, in be_clone_fs_callback() 2881 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_create_container_ds() 2973 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_prep_clone_send_fs() 3022 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in be_prep_clone_send_fs() 3030 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT)); in be_prep_clone_send_fs()
|
H A D | be_list.c | 1092 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, prop_buf, in be_get_node_data() 1217 if (zfs_prop_get(zfshp, ZFS_PROP_MOUNTPOINT, in be_get_ds_data()
|
/titanic_44/usr/src/cmd/zoneadm/ |
H A D | zfs.c | 98 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mp, sizeof (mp), NULL, NULL, in match_mountpoint() 543 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mp, sizeof (mp), NULL, NULL, in snap2path() 1166 if (zfs_prop_set(zhp, zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in move_zfs() 1221 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, in verify_datasets() 1266 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, sizeof (propbuf), in verify_fs_zfs() 1372 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, sizeof (propbuf), in get_zfs_non_legacy_mountpoint() 1548 if (zfs_prop_set(zhp, zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in zone_mount_rootfs() 1559 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in zone_mount_rootfs()
|
/titanic_44/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 221 verify(zfs_prop_get(*za, ZFS_PROP_MOUNTPOINT, mounta, in mountpoint_compare() 223 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb, in mountpoint_compare() 285 if (zfs_prop_get(zlist[i], ZFS_PROP_MOUNTPOINT, mountpoint, in get_zfs_dataset() 787 if (zfs_prop_get(zlist[i], ZFS_PROP_MOUNTPOINT, in sa_get_zfs_shares() 1410 if (zfs_prop_get(cb.cb_handles[i], ZFS_PROP_MOUNTPOINT, in sa_zfs_get_info()
|
/titanic_44/usr/src/common/zfs/ |
H A D | zfs_prop.c | 319 zprop_register_string(ZFS_PROP_MOUNTPOINT, "mountpoint", "/", in zfs_prop_init()
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | srvsvc_sd.c | 74 if (zfs_prop_get(zfshd, ZFS_PROP_MOUNTPOINT, mp, sizeof (mp), NULL, in srvsvc_shareacl_getpath()
|
H A D | smb_share.c | 2039 if (zfs_prop_get(zfshd, ZFS_PROP_MOUNTPOINT, buf, MAXPATHLEN, in smb_shr_zfs_add() 2079 if (zfs_prop_get(zfshd, ZFS_PROP_MOUNTPOINT, buf, MAXPATHLEN, in smb_shr_zfs_remove()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 98 ZFS_PROP_MOUNTPOINT, enumerator
|
/titanic_44/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_property.c | 139 { ZFS_PROP_MOUNTPOINT, str_to_string, NULL,
|
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_lib.c | 740 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, PATH_MAX, NULL, in tlm_build_snapshot_name()
|
/titanic_44/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 5779 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in share_mount_one() 6264 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mtpt_prop, in unshare_unmount_path() 6387 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in unshare_unmount() 6476 ZFS_PROP_SHARENFS : ZFS_PROP_MOUNTPOINT, in unshare_unmount() 6625 (void) zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in manual_mount()
|
/titanic_44/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 729 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT))) { in zpool_do_create() 856 ret = add_prop_list(zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in zpool_do_create()
|