Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c104 if (clp->cl_prop != ZFS_PROP_MOUNTPOINT && in changelist_prefix()
140 case ZFS_PROP_MOUNTPOINT: in changelist_prefix()
204 if (clp->cl_prop == ZFS_PROP_MOUNTPOINT && in changelist_postfix()
259 (((clp->cl_prop == ZFS_PROP_MOUNTPOINT && in changelist_postfix()
657 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in changelist_gather()
697 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
700 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
703 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
705 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
711 if (clp->cl_prop != ZFS_PROP_MOUNTPOINT && in changelist_gather()
[all …]
H A Dlibzfs_mount.c247 if (!zfs_prop_valid_for_type(ZFS_PROP_MOUNTPOINT, zhp->zfs_type, in zfs_is_mountable()
251 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, buf, buflen, in zfs_is_mountable()
671 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT, in zfs_unmountall()
997 verify(zfs_prop_get(za, ZFS_PROP_MOUNTPOINT, mounta, in mountpoint_cmp()
1002 verify(zfs_prop_get(zb, ZFS_PROP_MOUNTPOINT, mountb, in mountpoint_cmp()
1060 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, parent, in non_descendant_idx()
1064 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, child, in non_descendant_idx()
1165 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, mountpoint, in zfs_mount_task()
1182 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, in zfs_mount_task()
H A Dlibzfs_iter.c641 verify(zfs_prop_get(mtab_zhp, ZFS_PROP_MOUNTPOINT, mnt_prop, in zfs_iter_mounted()
H A Dlibzfs_dataset.c1361 case ZFS_PROP_MOUNTPOINT: in zfs_valid_proplist()
1868 if (prop == ZFS_PROP_MOUNTPOINT && in zfs_prop_set_list_flags()
2030 if (prop == ZFS_PROP_MOUNTPOINT && getzoneid() == GLOBAL_ZONEID && in zfs_prop_inherit()
2043 if (prop == ZFS_PROP_MOUNTPOINT && changelist_haszonedchild(cl)) { in zfs_prop_inherit()
2713 case ZFS_PROP_MOUNTPOINT: in zfs_prop_get()
4586 zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, property, in zfs_rename()
H A Dlibzfs_sendrecv.c3936 ZFS_PROP_MOUNTPOINT, 0, in zfs_receive_package()
5606 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT, in zfs_receive()
H A Dlibzfs.abi1787 <enumerator name='ZFS_PROP_MOUNTPOINT' value='13'/>
/freebsd-14.2/lib/libbe/
H A Dbe_info.c196 if (zfs_prop_get(zfs_hdl, ZFS_PROP_MOUNTPOINT, buf, 512, in prop_list_builder_cb()
H A Dbe_access.c102 if (zfs_prop_get(zfs_hdl, ZFS_PROP_MOUNTPOINT, zfs_mnt, in be_mount_iter()
H A Dbe.c695 if (prop == ZFS_PROP_MOUNTPOINT) in be_deep_clone_prop()
/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dmount_zfs.c281 (void) zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, prop, in main()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzcp_get.c303 case ZFS_PROP_MOUNTPOINT: in get_special_prop()
H A Ddsl_dataset.c2687 error = dsl_prop_get_ds(ds, zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), 1, in dsl_get_mountpoint()
/freebsd-14.2/sys/contrib/openzfs/module/zcommon/
H A Dzfs_prop.c569 zprop_register_string(ZFS_PROP_MOUNTPOINT, "mountpoint", "/", in zfs_prop_init()
/freebsd-14.2/sys/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c534 (void) zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in find_dsname_by_prop_value()
/freebsd-14.2/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h111 ZFS_PROP_MOUNTPOINT, enumerator
/freebsd-14.2/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6902 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in share_mount_one()
7485 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mtpt_prop, in unshare_unmount_path()
7640 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in unshare_unmount()
7735 ZFS_PROP_SHARENFS : ZFS_PROP_MOUNTPOINT, in unshare_unmount()
/freebsd-14.2/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c1699 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT))) { in zpool_do_create()
1847 ret = add_prop_list(zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in zpool_do_create()