Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_changelist.c103 if (clp->cl_prop != ZFS_PROP_MOUNTPOINT && in changelist_prefix()
128 case ZFS_PROP_MOUNTPOINT: in changelist_prefix()
185 if (clp->cl_prop == ZFS_PROP_MOUNTPOINT && in changelist_postfix()
547 hasmounta = (zfs_prop_get(ca->cn_handle, ZFS_PROP_MOUNTPOINT, mounta, in compare_mountpoints()
549 hasmountb = (zfs_prop_get(cb->cn_handle, ZFS_PROP_MOUNTPOINT, mountb, in compare_mountpoints()
590 prop == ZFS_PROP_MOUNTPOINT || prop == ZFS_PROP_SHARENFS || in changelist_gather()
593 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in changelist_gather()
639 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
642 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
645 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
[all …]
Dlibzfs_mount.c326 if (!zfs_prop_valid_for_type(ZFS_PROP_MOUNTPOINT, zhp->zfs_type)) in zfs_is_mountable()
329 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, buf, buflen, in zfs_is_mountable()
521 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT, 0, flags); in zfs_unmountall()
1267 verify(zfs_prop_get(za, ZFS_PROP_MOUNTPOINT, mounta, in mountpoint_cmp()
1271 verify(zfs_prop_get(zb, ZFS_PROP_MOUNTPOINT, mountb, in mountpoint_cmp()
1323 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, parent, in non_descendant_idx()
1327 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, child, in non_descendant_idx()
1420 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, mountpoint, in zfs_mount_task()
1437 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, in zfs_mount_task()
Dlibzfs_dataset.c1291 case ZFS_PROP_MOUNTPOINT: in zfs_valid_proplist()
1846 if (prop == ZFS_PROP_MOUNTPOINT && in zfs_prop_set_list()
2015 if (prop == ZFS_PROP_MOUNTPOINT && getzoneid() == GLOBAL_ZONEID && in zfs_prop_inherit()
2028 if (prop == ZFS_PROP_MOUNTPOINT && changelist_haszonedchild(cl)) { in zfs_prop_inherit()
2608 case ZFS_PROP_MOUNTPOINT: in zfs_prop_get()
4423 zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, property, in zfs_rename()
Dlibzfs_sendrecv.c2915 ZFS_PROP_MOUNTPOINT, 0, 0); in zfs_receive_package()
3905 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT, in zfs_receive()
/freebsd-12-stable/lib/libbe/
Dbe_info.c190 if (zfs_prop_get(zfs_hdl, ZFS_PROP_MOUNTPOINT, buf, 512, in prop_list_builder_cb()
Dbe_access.c104 if (zfs_prop_get(zfs_hdl, ZFS_PROP_MOUNTPOINT, zfs_mnt, in be_mount_iter()
Dbe.c693 if (prop == ZFS_PROP_MOUNTPOINT) in be_deep_clone_prop()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/zfs/
Dzfs_prop.c362 zprop_register_string(ZFS_PROP_MOUNTPOINT, "mountpoint", "/", in zfs_prop_init()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
Dzfs.h109 ZFS_PROP_MOUNTPOINT, enumerator
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzcp_get.c398 case ZFS_PROP_MOUNTPOINT: in get_special_prop()
Ddsl_dataset.c2189 error = dsl_prop_get_ds(ds, zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), 1, in dsl_get_mountpoint()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
Dzfs_main.c5997 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in share_mount_one()
6539 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mtpt_prop, in unshare_unmount_path()
6671 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in unshare_unmount()
6760 ZFS_PROP_SHARENFS : ZFS_PROP_MOUNTPOINT, in unshare_unmount()
6973 (void) zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in manual_mount()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_main.c1061 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT))) { in zpool_do_create()
1244 ret = add_prop_list(zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in zpool_do_create()