| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_crypto.c | 1318 zfs_get_name(zhp)); in zfs_crypto_load_key() 1323 zfs_get_name(zhp), prop_encroot); in zfs_crypto_load_key() 1340 zfs_get_name(zhp)); in zfs_crypto_load_key() 1394 zfs_get_name(zhp)); in zfs_crypto_load_key() 1402 "'%s' is busy."), zfs_get_name(zhp)); in zfs_crypto_load_key() 1408 zfs_get_name(zhp)); in zfs_crypto_load_key() 1413 zfs_get_name(zhp)); in zfs_crypto_load_key() 1486 zfs_get_name(zhp)); in zfs_crypto_unload_key() 1491 zfs_get_name(zhp), prop_encroot); in zfs_crypto_unload_key() 1517 zfs_get_name(zhp)); in zfs_crypto_unload_key() [all …]
|
| H A D | libzfs_mount.c | 217 return (is_mounted(zhp->zfs_hdl, zfs_get_name(zhp), where)); in zfs_is_mounted() 430 "'%s'."), zfs_get_name(zhp)); in zfs_mount_at() 539 libzfs_mnttab_add(hdl, zfs_get_name(zhp), mountpoint, mntopts); in zfs_mount_at() 738 err = sa_enable_share(zfs_get_name(zhp), mountpoint, shareopts, in zfs_share() 744 zfs_get_name(zhp), sa_errorstr(err))); in zfs_share() 815 libzfs_mnttab_find(hdl, zfs_get_name(zhp), &entry) == 0)) { in zfs_unshare() 1033 return (strcmp(zfs_get_name(za), zfs_get_name(zb))); in mountpoint_cmp()
|
| H A D | libzfs_iter.c | 381 shortsnapname = strchr(zfs_get_name(zhp), '@') + 1; in snapspec_cb() 449 "%s@%s", zfs_get_name(fs_zhp), in zfs_iter_snapspec_v2() 470 zfs_get_name(fs_zhp), comma_separated); in zfs_iter_snapspec_v2() 554 zfs_get_name(zhp)); in iter_dependents_cb()
|
| H A D | libzfs_changelist.c | 750 if ((temp = zfs_open(zhp->zfs_hdl, zfs_get_name(zhp), in changelist_gather()
|
| H A D | libzfs_dataset.c | 681 if (strcmp(dp->path, zfs_get_name(zhp)) == 0) { in zfs_open_bookmarks_cb() 2493 fnvlist_add_boolean(gca->value, zfs_get_name(zhp)); in get_clones_cb() 3407 zfs_get_name(const zfs_handle_t *zhp) in zfs_get_name() function 3483 return (parent_name(zfs_get_name(zhp), buf, buflen)); in zfs_parent_name() 4179 if (snprintf(name, sizeof (name), "%s@%s", zfs_get_name(zhp), in zfs_snapshot_cb() 4665 changelist_rename(cl, zfs_get_name(zhp), target); in zfs_rename()
|
| H A D | libzfs.abi | 328 …<elf-symbol name='zfs_get_name' type='func-type' binding='global-binding' visibility='default-visi… 2257 …on-decl name='zfs_get_name' mangled-name='zfs_get_name' visibility='default' binding='global' size…
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 1821 zfs_get_name(zhp)); in zfs_do_destroy() 1824 zfs_get_name(zhp)); in zfs_do_destroy() 4091 zfs_get_name(zhp)); in rollback_check() 6884 zfs_get_name(zhp)); in share_mount_one() 6893 zfs_get_name(zhp)); in share_mount_one() 6963 zfs_get_name(zhp)); in share_mount_one() 7021 zfs_get_name(zhp)); in share_mount_one() 7049 zfs_get_name(zhp)); in share_mount_one() 7074 zfs_get_name(zhp)); in share_mount_one() 7493 zfs_get_name(zhp)); in unshare_unmount_path() [all …]
|
| H A D | zfs_iter.c | 274 const char *lname = zfs_get_name(l); in zfs_compare() 275 const char *rname = zfs_get_name(r); in zfs_compare() 383 (void) strlcpy(lbuf, zfs_get_name(l), sizeof (lbuf)); in zfs_sort() 384 (void) strlcpy(rbuf, zfs_get_name(r), sizeof (rbuf)); in zfs_sort()
|
| /freebsd-14.2/lib/libbe/ |
| H A D | be.c | 101 strlcpy(lbh->rootfs, zfs_get_name(zfs), sizeof(lbh->rootfs)); in be_locate_rootfs() 234 atpos = strchr(zfs_get_name(zfs_hdl), '@'); in be_should_promote_clones() 329 snprintf(bdd->target_name, BE_MAXPATHLEN, "%s/", zfs_get_name(zfs_hdl)); in be_promote_dependent_clones() 390 snprintf(path, sizeof(path), "%s@%s", zfs_get_name(zfs_hdl), in be_destroy_cb() 751 dspath = zfs_get_name(ds); in be_clone_cb()
|
| H A D | be_info.c | 181 dataset = zfs_get_name(zfs_hdl); in prop_list_builder_cb()
|
| H A D | be_access.c | 62 info->name = strdup(zfs_get_name(zfs_hdl)); in be_mountcheck_cb()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_zmount.c | 82 const char *spec = zfs_get_name(zhp); in do_mount()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_mount_os.c | 332 const char *src = zfs_get_name(zhp); in do_mount()
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/pam_zfs_key/ |
| H A D | pam_zfs_key.c | 545 target->dsname = strdup(zfs_get_name(zhp)); in find_dsname_by_prop_value()
|
| /freebsd-14.2/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 516 _LIBZFS_H const char *zfs_get_name(const zfs_handle_t *);
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 9287 zfs_get_name(zhp), zfs_version); in check_unsupp_fs()
|