Searched refs:zfs_strdup (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_diff.c | 496 di->tmpsnap = zfs_strdup(hdl, zc.zc_value); in make_temp_snapshot() 550 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 551 di->ds = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 610 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 612 di->tosnap = zfs_strdup(hdl, tosnap); in get_snapshot_names()
|
| H A D | libzfs_mount.c | 232 *where = zfs_strdup(zfs_hdl, entry.mnt_mountp); in is_mounted() 585 mntpt = zfs_strdup(hdl, entry.mnt_mountp); in zfs_unmount() 587 mntpt = zfs_strdup(hdl, mountpoint); in zfs_unmount() 896 mntpt = zfs_strdup(hdl, mountpoint); in zfs_unshare_proto() 903 mntpt = zfs_strdup(zhp->zfs_hdl, entry.mnt_mountp); in zfs_unshare_proto() 1554 if ((mountpoints[used] = zfs_strdup(hdl, in zpool_disable_datasets()
|
| H A D | libzfs_dataset.c | 580 zhp->zfs_mntopts = zfs_strdup(zhp_orig->zfs_hdl, in zfs_handle_dup() 826 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, entry.mnt_special); in libzfs_mnttab_update() 827 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, entry.mnt_mountp); in libzfs_mnttab_update() 828 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, entry.mnt_fstype); in libzfs_mnttab_update() 829 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, entry.mnt_mntopts); in libzfs_mnttab_update() 926 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, special); in libzfs_mnttab_add() 927 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, mountp); in libzfs_mnttab_add() 928 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, MNTTYPE_ZFS); in libzfs_mnttab_add() 929 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, mntopts); in libzfs_mnttab_add() 2188 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_import.c | 456 if ((*namestr = zfs_strdup(hdl, name)) == NULL) { in zpool_in_use()
|
| H A D | libzfs_iter.c | 390 buf = zfs_strdup(fs_zhp->zfs_hdl, spec_orig); in zfs_iter_snapspec()
|
| H A D | libzfs_util.c | 812 zfs_strdup(libzfs_handle_t *hdl, const char *str) in zfs_strdup() function 1791 if ((entry->pl_user_prop = zfs_strdup(hdl, propname)) ==
|
| H A D | libzfs_pool.c | 3988 return (zfs_strdup(hdl, zpool_get_name(zhp))); in zpool_vdev_name() 4085 return (zfs_strdup(hdl, path)); in zpool_vdev_name()
|
| H A D | libzfs_sendrecv.c | 4613 *top_zfs = zfs_strdup(hdl, name); in zfs_receive_one()
|
| H A D | libzfs.abi | 260 …<elf-symbol name='zfs_strdup' type='func-type' binding='global-binding' visibility='default-visibi… 3388 …zfs_strdup' mangled-name='zfs_strdup' filepath='/home/fedora/zfs/lib/libzfs/libzfs_util.c' line='8…
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 142 char *zfs_strdup(libzfs_handle_t *, const char *);
|