Home
last modified time | relevance | path

Searched refs:zfs_strdup (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c530 di->tmpsnap = zfs_strdup(hdl, zc.zc_value); in make_temp_snapshot()
584 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names()
585 di->ds = zfs_strdup(hdl, fromsnap); in get_snapshot_names()
643 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names()
645 di->tosnap = zfs_strdup(hdl, tosnap); in get_snapshot_names()
H A Dlibzfs_mount.c209 *where = zfs_strdup(zfs_hdl, entry.mnt_mountp); in is_mounted()
607 mntpt = zfs_strdup(hdl, entry.mnt_mountp); in zfs_unmount()
609 mntpt = zfs_strdup(hdl, mountpoint); in zfs_unmount()
1407 sets[used].mountpoint = zfs_strdup(hdl, entry.mnt_mountp); in zpool_disable_datasets()
H A Dlibzfs_impl.h133 extern char *zfs_strdup(libzfs_handle_t *, const char *);
H A Dlibzfs_dataset.c603 zhp->zfs_mntopts = zfs_strdup(zhp_orig->zfs_hdl, in zfs_handle_dup()
852 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, entry.mnt_special); in libzfs_mnttab_update()
853 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, entry.mnt_mountp); in libzfs_mnttab_update()
854 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, entry.mnt_fstype); in libzfs_mnttab_update()
855 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, entry.mnt_mntopts); in libzfs_mnttab_update()
952 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, special); in libzfs_mnttab_add()
953 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, mountp); in libzfs_mnttab_add()
954 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, MNTTYPE_ZFS); in libzfs_mnttab_add()
955 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, mntopts); in libzfs_mnttab_add()
2216 zhp->zfs_mntopts = zfs_strdup(hdl, in get_numeric_property()
[all …]
H A Dlibzfs_config.c182 cn->cn_name = zfs_strdup(hdl, nvpair_name(elem)); in namespace_reload()
H A Dlibzfs_import.c428 *namestr = zfs_strdup(hdl, name); in zpool_in_use()
H A Dlibzfs_iter.c426 buf = zfs_strdup(fs_zhp->zfs_hdl, spec_orig); in zfs_iter_snapspec_v2()
H A Dlibzfs_util.c862 zfs_strdup(libzfs_handle_t *hdl, const char *str) in zfs_strdup() function
1966 entry->pl_user_prop = zfs_strdup(hdl, propname); in addlist()
H A Dlibzfs_pool.c990 entry->pl_user_prop = zfs_strdup(hdl, propname); in zpool_expand_proplist()
1129 entry->pl_user_prop = zfs_strdup(zhp->zpool_hdl, in vdev_expand_proplist()
4510 return (zfs_strdup(hdl, zpool_get_name(zhp))); in zpool_vdev_name()
4599 return (zfs_strdup(hdl, path)); in zpool_vdev_name()
H A Dlibzfs_sendrecv.c4988 *top_zfs = zfs_strdup(hdl, name); in zfs_receive_one()
H A Dlibzfs.abi3257 <function-decl name='zfs_strdup' visibility='default' binding='global' size-in-bits='64'>