Searched refs:ZFS_PROP_MOUNTPOINT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_changelist.c | 103 if (clp->cl_prop != ZFS_PROP_MOUNTPOINT && in changelist_prefix() 128 case ZFS_PROP_MOUNTPOINT: in changelist_prefix() 180 if (clp->cl_prop == ZFS_PROP_MOUNTPOINT && in changelist_postfix() 515 hasmounta = (zfs_prop_get(ca->cn_handle, ZFS_PROP_MOUNTPOINT, mounta, in compare_mountpoints() 517 hasmountb = (zfs_prop_get(cb->cn_handle, ZFS_PROP_MOUNTPOINT, mountb, in compare_mountpoints() 558 prop == ZFS_PROP_MOUNTPOINT || prop == ZFS_PROP_SHARENFS || in changelist_gather() 561 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in changelist_gather() 607 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather() 610 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather() 613 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather() [all …]
|
| D | libzfs_mount.c | 244 if (!zfs_prop_valid_for_type(ZFS_PROP_MOUNTPOINT, zhp->zfs_type)) in zfs_is_mountable() 247 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, buf, buflen, in zfs_is_mountable() 429 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT, 0, flags); in zfs_unmountall() 1109 verify(zfs_prop_get(*za, ZFS_PROP_MOUNTPOINT, mounta, in libzfs_dataset_cmp() 1112 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb, in libzfs_dataset_cmp()
|
| D | libzfs_dataset.c | 1145 case ZFS_PROP_MOUNTPOINT: in zfs_valid_proplist() 1623 if (prop == ZFS_PROP_MOUNTPOINT && in zfs_prop_set_list() 1787 if (prop == ZFS_PROP_MOUNTPOINT && getzoneid() == GLOBAL_ZONEID && in zfs_prop_inherit() 1800 if (prop == ZFS_PROP_MOUNTPOINT && changelist_haszonedchild(cl)) { in zfs_prop_inherit() 2308 case ZFS_PROP_MOUNTPOINT: in zfs_prop_get() 4021 zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, property, in zfs_rename()
|
| D | libzfs_sendrecv.c | 2837 ZFS_PROP_MOUNTPOINT, 0, 0); in zfs_receive_package() 3774 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT, in zfs_receive()
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/common/zfs/ |
| D | zfs_prop.c | 347 zprop_register_string(ZFS_PROP_MOUNTPOINT, "mountpoint", "/", in zfs_prop_init()
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/fs/ |
| D | zfs.h | 105 ZFS_PROP_MOUNTPOINT, enumerator
|
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/ |
| D | zfs_main.c | 5866 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in share_mount_one() 6366 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mtpt_prop, in unshare_unmount_path() 6498 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in unshare_unmount() 6587 ZFS_PROP_SHARENFS : ZFS_PROP_MOUNTPOINT, in unshare_unmount() 6800 (void) zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in manual_mount()
|
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/ |
| D | zpool_main.c | 899 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT))) { in zpool_do_create() 1048 ret = add_prop_list(zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in zpool_do_create()
|