/freebsd/lib/libbe/ |
H A D | be_info.c | 175 if (zfs_prop_get(zfs_hdl, ZFS_PROP_MOUNTPOINT, buf, 512, in prop_list_builder_cb() 179 if (zfs_prop_get(zfs_hdl, ZFS_PROP_ORIGIN, buf, 512, in prop_list_builder_cb() 183 if (zfs_prop_get(zfs_hdl, ZFS_PROP_CREATION, buf, 512, in prop_list_builder_cb() 190 if (zfs_prop_get(zfs_hdl, ZFS_PROP_USED, buf, 512, in prop_list_builder_cb() 194 if (zfs_prop_get(zfs_hdl, ZFS_PROP_USEDDS, buf, 512, in prop_list_builder_cb() 198 if (zfs_prop_get(zfs_hdl, ZFS_PROP_USEDSNAP, buf, 512, in prop_list_builder_cb() 202 if (zfs_prop_get(zfs_hdl, ZFS_PROP_USEDREFRESERV, buf, 512, in prop_list_builder_cb() 206 if (zfs_prop_get(zfs_hdl, ZFS_PROP_REFERENCED, buf, 512, in prop_list_builder_cb()
|
H A D | be.c | 484 zfs_prop_get(fs, ZFS_PROP_ORIGIN, origin, sizeof(origin), in be_destroy_internal() 681 if ((err = zfs_prop_get(dccb->zhp, prop, (char *)&pval, in be_deep_clone_prop() 1281 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, sizeof(origin), in be_zfs_promote_cb()
|
H A D | be_access.c | 83 if (zfs_prop_get(zfs_hdl, ZFS_PROP_MOUNTPOINT, zfs_mnt, in be_mount_iter()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_changelist.c | 246 sharenfs = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARENFS, in changelist_postfix() 250 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB, in changelist_postfix() 520 zfs_prop_get(zhp, clp->cl_prop, property, in change_one() 532 zfs_prop_get(zhp, clp->cl_shareprop, property, in change_one() 601 haspropa = (zfs_prop_get(ca->cn_handle, prop, propa, sizeof (propa), in compare_props() 603 haspropb = (zfs_prop_get(cb->cn_handle, prop, propb, sizeof (propb), in compare_props() 665 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in changelist_gather()
|
H A D | libzfs_mount.c | 251 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, buf, buflen, in zfs_is_mountable() 481 if (zfs_prop_get(zhp, ZFS_PROP_OVERLAY, overlay, in zfs_mount_at() 723 if (zfs_prop_get(zhp, proto_table[*curr_proto].p_prop, in zfs_share() 936 zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in zfs_iter_cb() 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() 1168 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, mountpoint, in zfs_mount_task() 1185 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, in zfs_mount_task()
|
H A D | libzfs_crypto.c | 987 ret = zfs_prop_get(zhp, ZFS_PROP_ENCRYPTION_ROOT, prop_encroot, in zfs_crypto_get_encryption_root() 1337 ret = zfs_prop_get(zhp, ZFS_PROP_KEYLOCATION, prop_keylocation, in zfs_crypto_load_key() 1635 ret = zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin_name, in zfs_crypto_rewrap() 1685 ret = zfs_prop_get(zhp, ZFS_PROP_KEYLOCATION, in zfs_crypto_rewrap()
|
H A D | libzfs_iter.c | 642 verify(zfs_prop_get(mtab_zhp, ZFS_PROP_MOUNTPOINT, mnt_prop, in zfs_iter_mounted()
|
H A D | libzfs_sendrecv.c | 2093 ret = zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in zfs_send_saved() 2615 if (zfs_prop_get(later_dir, ZFS_PROP_ORIGIN, clonename, in snapshot_is_before() 2952 if (zfs_prop_get(ozhp, ZFS_PROP_ORIGIN, origin, in recv_open_grand_origin() 3475 err = zfs_prop_get(zhp, ZFS_PROP_KEYLOCATION, in recv_fix_encryption_hierarchy() 4166 int error = zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in recv_ecksum_set_aux() 4910 if (zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, NULL, 0, in zfs_receive_one()
|
H A D | libzfs_diff.c | 620 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, in get_snapshot_names()
|
H A D | libzfs_dataset.c | 2419 err = zfs_prop_get(zhp, prop, propbuf, proplen, in zfs_prop_get_recvd() 2473 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, gca->buf, sizeof (gca->buf), in get_clones_cb() 2655 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, in zfs_prop_get() function 4594 zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, property, in zfs_rename() 4783 if (zfs_prop_get(zhp, entry->pl_prop, in zfs_expand_proplist()
|
H A D | libzfs.abi | 391 …<elf-symbol name='zfs_prop_get' type='func-type' binding='global-binding' visibility='default-visi… 2658 …on-decl name='zfs_prop_get' mangled-name='zfs_prop_get' visibility='default' binding='global' size…
|
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
H A D | libzfs_mount_os.c | 273 if (zfs_prop_get(zhp, zpt, context, sizeof (context), in zfs_selinux_setcontext() 294 if (zfs_prop_get(zhp, ZFS_PROP_SELINUX_CONTEXT, prop, sizeof (prop), in zfs_adjust_mount_options()
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_iter.c | 390 lvalid = (zfs_prop_get(l, psc->sc_prop, lbuf, in zfs_sort() 392 rvalid = (zfs_prop_get(r, psc->sc_prop, rbuf, in zfs_sort()
|
H A D | zfs_main.c | 1971 if (zfs_prop_get(zhp, ZFS_PROP_CREATETXG, createtxg, in fill_dataset_info() 2047 if (zfs_prop_get(zhp, pl->pl_prop, buf, in get_callback() 3723 if (zfs_prop_get(zhp, pl->pl_prop, property, in collect_dataset() 5081 (void) zfs_prop_get(zhp, ZFS_PROP_ORIGIN, in zfs_do_send() 5261 zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in zfs_do_receive() 7174 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in share_mount_one() 7176 verify(zfs_prop_get(zhp, ZFS_PROP_SHARENFS, shareopts, in share_mount_one() 7178 verify(zfs_prop_get(zhp, ZFS_PROP_SHARESMB, smbshareopts, in share_mount_one() 7273 zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in share_mount_one() 7794 verify(zfs_prop_get(zhp, ZFS_PROP_SHARENFS, nfs_mnt_prop, in unshare_unmount_path() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | mount_zfs.c | 281 (void) zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, prop, in main()
|
/freebsd/sys/contrib/openzfs/contrib/pam_zfs_key/ |
H A D | pam_zfs_key.c | 501 if ((ret = zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in mount_dataset() 690 (void) zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in find_dsname_by_prop_value()
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 567 _LIBZFS_H int zfs_prop_get(zfs_handle_t *, zfs_prop_t, char *, size_t,
|