Searched refs:zfs_get_name (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_mount.c | 230 return (is_mounted(zhp->zfs_hdl, zfs_get_name(zhp), where)); in zfs_is_mounted() 321 if (zmount(zfs_get_name(zhp), mountpoint, flags, in zfs_mount() 355 libzfs_mnttab_add(hdl, zfs_get_name(zhp), mountpoint, in zfs_mount() 759 zfs_get_name(zhp), _sa_errorstr != NULL ? in zfs_share_proto() 793 zfs_get_name(zhp)); in zfs_share_proto() 808 zfs_get_name(zhp)); in zfs_share_proto() 829 zfs_get_name(zhp)); in zfs_share_proto() 935 libzfs_mnttab_find(hdl, zfs_get_name(zhp), &entry) == 0)) { in zfs_unshare_proto() 1122 return (strcmp(zfs_get_name(a), zfs_get_name(b))); in libzfs_dataset_cmp()
|
H A D | libzfs_iter.c | 326 strchr(zfs_get_name(zhp), '@') + 1); in snapspec_cb() 390 "%s@%s", zfs_get_name(fs_zhp), in zfs_iter_snapspec() 411 zfs_get_name(fs_zhp), comma_separated); in zfs_iter_snapspec() 484 zfs_get_name(zhp)); in iter_dependents_cb()
|
H A D | libzfs_changelist.c | 649 if ((temp = zfs_open(zhp->zfs_hdl, zfs_get_name(zhp), in changelist_gather()
|
H A D | libzfs.h | 412 extern const char *zfs_get_name(const zfs_handle_t *);
|
H A D | libzfs_dataset.c | 2196 fnvlist_add_boolean(gca->value, zfs_get_name(zhp)); in get_clones_cb() 2943 zfs_get_name(const zfs_handle_t *zhp) in zfs_get_name() function 3642 "%s@%s", zfs_get_name(zhp), sd->sd_snapname); in zfs_snapshot_cb() 4103 changelist_rename(cl, zfs_get_name(zhp), target); in zfs_rename()
|
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
H A D | zfs_main.c | 998 const char *tname = zfs_get_name(cbp->cb_target); in destroy_check_dependent() 999 const char *name = zfs_get_name(zhp); in destroy_check_dependent() 1013 zfs_get_name(cbp->cb_target), in destroy_check_dependent() 1021 (void) fprintf(stderr, "%s\n", zfs_get_name(zhp)); in destroy_check_dependent() 1034 zfs_get_name(cbp->cb_target), in destroy_check_dependent() 1043 (void) fprintf(stderr, "%s\n", zfs_get_name(zhp)); in destroy_check_dependent() 1055 const char *name = zfs_get_name(zhp); in destroy_callback() 1073 if (strchr(zfs_get_name(zhp), '/') == NULL && in destroy_callback() 1113 const char *name = zfs_get_name(zhp); in destroy_print_cb() 1188 if (nvlist_add_boolean(cb->cb_nvl, zfs_get_name(zhp))) in snapshot_to_nvl_cb() [all …]
|
H A D | zfs_iter.c | 213 const char *lname = zfs_get_name(l); in zfs_compare() 214 const char *rname = zfs_get_name(r); in zfs_compare() 322 (void) strlcpy(lbuf, zfs_get_name(l), sizeof (lbuf)); in zfs_sort() 323 (void) strlcpy(rbuf, zfs_get_name(r), sizeof (rbuf)); in zfs_sort()
|