Home
last modified time | relevance | path

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

/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()
200 if (zfs_prop_get(zfs_hdl, ZFS_PROP_ORIGIN, buf, 512, in prop_list_builder_cb()
204 if (zfs_prop_get(zfs_hdl, ZFS_PROP_CREATION, buf, 512, in prop_list_builder_cb()
211 if (zfs_prop_get(zfs_hdl, ZFS_PROP_USED, buf, 512, in prop_list_builder_cb()
215 if (zfs_prop_get(zfs_hdl, ZFS_PROP_USEDDS, buf, 512, in prop_list_builder_cb()
219 if (zfs_prop_get(zfs_hdl, ZFS_PROP_USEDSNAP, buf, 512, in prop_list_builder_cb()
223 if (zfs_prop_get(zfs_hdl, ZFS_PROP_USEDREFRESERV, buf, 512, in prop_list_builder_cb()
227 if (zfs_prop_get(zfs_hdl, ZFS_PROP_REFERENCED, buf, 512, in prop_list_builder_cb()
H A Dbe.c495 zfs_prop_get(fs, ZFS_PROP_ORIGIN, origin, sizeof(origin), in be_destroy_internal()
680 if ((err = zfs_prop_get(dccb->zhp, prop, (char *)&pval, in be_deep_clone_prop()
1274 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, sizeof(origin), in be_zfs_promote_cb()
H A Dbe_access.c102 if (zfs_prop_get(zfs_hdl, ZFS_PROP_MOUNTPOINT, zfs_mnt, in be_mount_iter()
/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c245 sharenfs = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARENFS, in changelist_postfix()
249 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB, in changelist_postfix()
519 zfs_prop_get(zhp, clp->cl_prop, property, in change_one()
531 zfs_prop_get(zhp, clp->cl_shareprop, property, in change_one()
593 haspropa = (zfs_prop_get(ca->cn_handle, prop, propa, sizeof (propa), in compare_props()
595 haspropb = (zfs_prop_get(cb->cn_handle, prop, propb, sizeof (propb), in compare_props()
657 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in changelist_gather()
H A Dlibzfs_mount.c251 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()
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_crypto.c985 ret = zfs_prop_get(zhp, ZFS_PROP_ENCRYPTION_ROOT, prop_encroot, in zfs_crypto_get_encryption_root()
1335 ret = zfs_prop_get(zhp, ZFS_PROP_KEYLOCATION, prop_keylocation, in zfs_crypto_load_key()
1633 ret = zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin_name, in zfs_crypto_rewrap()
1683 ret = zfs_prop_get(zhp, ZFS_PROP_KEYLOCATION, in zfs_crypto_rewrap()
H A Dlibzfs_iter.c641 verify(zfs_prop_get(mtab_zhp, ZFS_PROP_MOUNTPOINT, mnt_prop, in zfs_iter_mounted()
H A Dlibzfs_sendrecv.c2091 ret = zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in zfs_send_saved()
2613 if (zfs_prop_get(later_dir, ZFS_PROP_ORIGIN, clonename, in snapshot_is_before()
2945 if (zfs_prop_get(ozhp, ZFS_PROP_ORIGIN, origin, in recv_open_grand_origin()
3456 err = zfs_prop_get(zhp, ZFS_PROP_KEYLOCATION, in recv_fix_encryption_hierarchy()
4147 int error = zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in recv_ecksum_set_aux()
4891 if (zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, NULL, 0, in zfs_receive_one()
H A Dlibzfs_diff.c619 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, in get_snapshot_names()
H A Dlibzfs_dataset.c2435 err = zfs_prop_get(zhp, prop, propbuf, proplen, in zfs_prop_get_recvd()
2489 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, gca->buf, sizeof (gca->buf), in get_clones_cb()
2671 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, in zfs_prop_get() function
4586 zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, property, in zfs_rename()
4774 if (zfs_prop_get(zhp, entry->pl_prop, in zfs_expand_proplist()
H A Dlibzfs.abi382 …<elf-symbol name='zfs_prop_get' type='func-type' binding='global-binding' visibility='default-visi…
2261 …on-decl name='zfs_prop_get' mangled-name='zfs_prop_get' visibility='default' binding='global' size…
/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_mount_os.c272 if (zfs_prop_get(zhp, zpt, context, sizeof (context), in zfs_selinux_setcontext()
293 if (zfs_prop_get(zhp, ZFS_PROP_SELINUX_CONTEXT, prop, sizeof (prop), in zfs_adjust_mount_options()
/freebsd-14.2/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c389 lvalid = (zfs_prop_get(l, psc->sc_prop, lbuf, in zfs_sort()
391 rvalid = (zfs_prop_get(r, psc->sc_prop, rbuf, in zfs_sort()
H A Dzfs_main.c1935 if (zfs_prop_get(zhp, pl->pl_prop, buf, in get_callback()
3534 if (zfs_prop_get(zhp, pl->pl_prop, property, in print_dataset()
4810 (void) zfs_prop_get(zhp, ZFS_PROP_ORIGIN, in zfs_do_send()
4990 zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in zfs_do_receive()
7001 zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in share_mount_one()
7625 verify(zfs_prop_get(zhp, ZFS_PROP_SHARENFS, in unshare_unmount()
7631 verify(zfs_prop_get(zhp, ZFS_PROP_SHARESMB, in unshare_unmount()
7640 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in unshare_unmount()
7734 verify(zfs_prop_get(zhp, op == OP_SHARE ? in unshare_unmount()
7741 verify(zfs_prop_get(zhp, ZFS_PROP_SHARENFS, in unshare_unmount()
[all …]
/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/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/
H A Dlibzfs.h541 _LIBZFS_H int zfs_prop_get(zfs_handle_t *, zfs_prop_t, char *, size_t,