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.c529 di->tmpsnap = zfs_strdup(hdl, zc.zc_value); in make_temp_snapshot()
583 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names()
584 di->ds = zfs_strdup(hdl, fromsnap); in get_snapshot_names()
642 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names()
644 di->tosnap = zfs_strdup(hdl, tosnap); in get_snapshot_names()
H A Dlibzfs_mount.c208 *where = zfs_strdup(zfs_hdl, entry.mnt_mountp); in is_mounted()
606 mntpt = zfs_strdup(hdl, entry.mnt_mountp); in zfs_unmount()
608 mntpt = zfs_strdup(hdl, mountpoint); in zfs_unmount()
1406 sets[used].mountpoint = zfs_strdup(hdl, entry.mnt_mountp); in zpool_disable_datasets()
H A Dlibzfs_impl.h132 extern char *zfs_strdup(libzfs_handle_t *, const char *);
H A Dlibzfs_dataset.c602 zhp->zfs_mntopts = zfs_strdup(zhp_orig->zfs_hdl, in zfs_handle_dup()
851 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, entry.mnt_special); in libzfs_mnttab_update()
852 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, entry.mnt_mountp); in libzfs_mnttab_update()
853 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, entry.mnt_fstype); in libzfs_mnttab_update()
854 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, entry.mnt_mntopts); in libzfs_mnttab_update()
951 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, special); in libzfs_mnttab_add()
952 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, mountp); in libzfs_mnttab_add()
953 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, MNTTYPE_ZFS); in libzfs_mnttab_add()
954 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, mntopts); in libzfs_mnttab_add()
2242 zhp->zfs_mntopts = zfs_strdup(hdl, in get_numeric_property()
[all …]
H A Dlibzfs_config.c181 cn->cn_name = zfs_strdup(hdl, nvpair_name(elem)); in namespace_reload()
H A Dlibzfs_import.c427 *namestr = zfs_strdup(hdl, name); in zpool_in_use()
H A Dlibzfs_iter.c425 buf = zfs_strdup(fs_zhp->zfs_hdl, spec_orig); in zfs_iter_snapspec_v2()
H A Dlibzfs_util.c855 zfs_strdup(libzfs_handle_t *hdl, const char *str) in zfs_strdup() function
1959 entry->pl_user_prop = zfs_strdup(hdl, propname); in addlist()
H A Dlibzfs_pool.c987 entry->pl_user_prop = zfs_strdup(hdl, propname); in zpool_expand_proplist()
1126 entry->pl_user_prop = zfs_strdup(zhp->zpool_hdl, in vdev_expand_proplist()
4440 return (zfs_strdup(hdl, zpool_get_name(zhp))); in zpool_vdev_name()
4529 return (zfs_strdup(hdl, path)); in zpool_vdev_name()
H A Dlibzfs_sendrecv.c4987 *top_zfs = zfs_strdup(hdl, name); in zfs_receive_one()
H A Dlibzfs.abi3018 <function-decl name='zfs_strdup' visibility='default' binding='global' size-in-bits='64'>