Searched refs:zfs_strdup (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 214 *where = zfs_strdup(zfs_hdl, entry.mnt_mountp); in is_mounted() 386 mntpt = zfs_strdup(hdl, entry.mnt_mountp); in zfs_unmount() 388 mntpt = zfs_strdup(hdl, mountpoint); in zfs_unmount() 830 mntpt = zfs_strdup(hdl, mountpoint); in unshare_one() 872 mountpoint = mntpt = zfs_strdup(hdl, mountpoint); in zfs_unshare_proto() 879 mntpt = zfs_strdup(zhp->zfs_hdl, entry.mnt_mountp); in zfs_unshare_proto() 1221 if ((mountpoints[used] = zfs_strdup(hdl, in zpool_disable_datasets()
|
H A D | libzfs_diff.c | 524 di->tmpsnap = zfs_strdup(hdl, zc.zc_value); in make_temp_snapshot() 576 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 577 di->ds = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 637 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 639 di->tosnap = zfs_strdup(hdl, tosnap); in get_snapshot_names()
|
H A D | libzfs_iter.c | 319 shortsnapname = zfs_strdup(zhp->zfs_hdl, in snapspec_cb() 360 buf = zfs_strdup(fs_zhp->zfs_hdl, spec_orig); in zfs_iter_snapspec()
|
H A D | libzfs_impl.h | 141 char *zfs_strdup(libzfs_handle_t *, const char *);
|
H A D | libzfs_import.c | 236 if ((ne->ne_name = zfs_strdup(hdl, path)) == NULL) { in add_config() 336 if ((ne->ne_name = zfs_strdup(hdl, path)) == NULL) { in add_config() 1205 slice->rn_name = zfs_strdup(hdl, name); in zpool_find_import_impl() 1684 if ((*namestr = zfs_strdup(hdl, name)) == NULL) { in zpool_in_use()
|
H A D | libzfs_dataset.c | 576 zhp->zfs_mntopts = zfs_strdup(zhp_orig->zfs_hdl, in zfs_handle_dup() 819 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, entry.mnt_special); in libzfs_mnttab_update() 820 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, entry.mnt_mountp); in libzfs_mnttab_update() 821 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, entry.mnt_fstype); in libzfs_mnttab_update() 822 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, entry.mnt_mntopts); in libzfs_mnttab_update() 891 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, special); in libzfs_mnttab_add() 892 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, mountp); in libzfs_mnttab_add() 893 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, MNTTYPE_ZFS); in libzfs_mnttab_add() 894 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, mntopts); in libzfs_mnttab_add() 2028 zhp->zfs_mntopts = zfs_strdup(hdl, in get_numeric_property() [all …]
|
H A D | libzfs_config.c | 191 if ((cn->cn_name = zfs_strdup(hdl, in namespace_reload()
|
H A D | libzfs_util.c | 555 zfs_strdup(libzfs_handle_t *hdl, const char *str) in zfs_strdup() function 1285 if ((entry->pl_user_prop = zfs_strdup(hdl, propname)) == in addlist()
|
H A D | libzfs_pool.c | 3360 char *tmp = zfs_strdup(hdl, path); in zpool_vdev_name() 3407 return (zfs_strdup(hdl, path)); in zpool_vdev_name()
|
H A D | libzfs_sendrecv.c | 3479 *top_zfs = zfs_strdup(hdl, zc.zc_value); in zfs_receive_one()
|