Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c103 if (clp->cl_prop != ZFS_PROP_MOUNTPOINT && in changelist_prefix()
130 case ZFS_PROP_MOUNTPOINT: in changelist_prefix()
189 if (clp->cl_prop == ZFS_PROP_MOUNTPOINT && in changelist_postfix()
448 ASSERT3U(clp->cl_prop, ==, ZFS_PROP_MOUNTPOINT); in changelist_add_mounted()
645 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in changelist_gather()
685 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
688 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
691 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
693 clp->cl_prop = ZFS_PROP_MOUNTPOINT; in changelist_gather()
699 if (clp->cl_prop != ZFS_PROP_MOUNTPOINT && in changelist_gather()
[all …]
H A Dlibzfs_mount.c271 if (!zfs_prop_valid_for_type(ZFS_PROP_MOUNTPOINT, zhp->zfs_type, in zfs_is_mountable()
275 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, buf, buflen, in zfs_is_mountable()
647 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT, in zfs_unmountall()
1137 verify(zfs_prop_get(za, ZFS_PROP_MOUNTPOINT, mounta, in mountpoint_cmp()
1142 verify(zfs_prop_get(zb, ZFS_PROP_MOUNTPOINT, mountb, in mountpoint_cmp()
1200 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, parent, in non_descendant_idx()
1204 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, child, in non_descendant_idx()
1305 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, mountpoint, in zfs_mount_task()
1322 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, in zfs_mount_task()
H A Dlibzfs_iter.c587 verify(zfs_prop_get(mtab_zhp, ZFS_PROP_MOUNTPOINT, mnt_prop, in zfs_iter_mounted()
H A Dlibzfs_dataset.c1334 case ZFS_PROP_MOUNTPOINT: in zfs_valid_proplist()
1818 if (prop == ZFS_PROP_MOUNTPOINT && in zfs_prop_set_list()
1982 if (prop == ZFS_PROP_MOUNTPOINT && getzoneid() == GLOBAL_ZONEID && in zfs_prop_inherit()
1995 if (prop == ZFS_PROP_MOUNTPOINT && changelist_haszonedchild(cl)) { in zfs_prop_inherit()
2647 case ZFS_PROP_MOUNTPOINT: in zfs_prop_get()
4480 zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, property, in zfs_rename()
H A Dlibzfs_sendrecv.c3654 ZFS_PROP_MOUNTPOINT, 0, in zfs_receive_package()
5166 clp = changelist_gather(zhp, ZFS_PROP_MOUNTPOINT, in zfs_receive()
H A Dlibzfs.abi530 <enumerator name='ZFS_PROP_MOUNTPOINT' value='13'/>
/f-stack/freebsd/contrib/openzfs/cmd/mount_zfs/
H A Dmount_zfs.c268 (void) zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, prop, in main()
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_prop.c550 zprop_register_string(ZFS_PROP_MOUNTPOINT, "mountpoint", "/", in zfs_prop_init()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp_get.c304 case ZFS_PROP_MOUNTPOINT: in get_special_prop()
H A Ddsl_dataset.c2710 error = dsl_prop_get_ds(ds, zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), 1, in dsl_get_mountpoint()
/f-stack/freebsd/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c469 (void) zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in find_dsname_by_prop_value()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h107 ZFS_PROP_MOUNTPOINT, enumerator
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6707 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in share_mount_one()
7272 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mtpt_prop, in unshare_unmount_path()
7428 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in unshare_unmount()
7521 ZFS_PROP_SHARENFS : ZFS_PROP_MOUNTPOINT, in unshare_unmount()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c1458 zfs_prop_to_name(ZFS_PROP_MOUNTPOINT))) { in zpool_do_create()
1606 ret = add_prop_list(zfs_prop_to_name(ZFS_PROP_MOUNTPOINT), in zpool_do_create()