Lines Matching defs:zhp

249 process_user_props(zfs_handle_t *zhp, nvlist_t *props)  in process_user_props()
278 zpool_add_handle(zfs_handle_t *zhp, const char *pool_name) in zpool_add_handle()
292 zpool_find_handle(zfs_handle_t *zhp, const char *pool_name, int len) in zpool_find_handle()
309 zpool_handle(zfs_handle_t *zhp) in zpool_handle()
344 get_stats_ioctl(zfs_handle_t *zhp, zfs_cmd_t *zc) in get_stats_ioctl()
366 get_recvd_props_ioctl(zfs_handle_t *zhp) in get_recvd_props_ioctl()
401 put_stats_zhdl(zfs_handle_t *zhp, zfs_cmd_t *zc) in put_stats_zhdl()
430 get_stats(zfs_handle_t *zhp) in get_stats()
449 zfs_refresh_properties(zfs_handle_t *zhp) in zfs_refresh_properties()
459 make_dataset_handle_common(zfs_handle_t *zhp, zfs_cmd_t *zc) in make_dataset_handle_common()
495 zfs_handle_t *zhp = calloc(sizeof (zfs_handle_t), 1); in make_dataset_handle() local
522 zfs_handle_t *zhp = calloc(sizeof (zfs_handle_t), 1); in make_dataset_handle_zc() local
539 zfs_handle_t *zhp = calloc(sizeof (zfs_handle_t), 1); in zfs_handle_dup() local
619 zfs_handle_t *zhp = calloc(sizeof (zfs_handle_t), 1); in make_bookmark_handle() local
649 zfs_handle_t *zhp; member
653 zfs_open_bookmarks_cb(zfs_handle_t *zhp, void *data) in zfs_open_bookmarks_cb()
683 zfs_handle_t *zhp; in zfs_open() local
770 zfs_close(zfs_handle_t *zhp) in zfs_close()
916 zfs_spa_version(zfs_handle_t *zhp, int *spa_version) in zfs_spa_version()
932 zfs_which_resv_prop(zfs_handle_t *zhp, zfs_prop_t *resv_prop) in zfs_which_resv_prop()
954 uint64_t zoned, zfs_handle_t *zhp, zpool_handle_t *zpool_hdl, in zfs_valid_proplist()
1455 zfs_add_synthetic_resv(zfs_handle_t *zhp, nvlist_t *nvl) in zfs_add_synthetic_resv()
1600 zfs_prop_set(zfs_handle_t *zhp, const char *propname, const char *propval) in zfs_prop_set()
1631 zfs_prop_set_list(zfs_handle_t *zhp, nvlist_t *props) in zfs_prop_set_list()
1790 zfs_prop_inherit(zfs_handle_t *zhp, const char *propname, boolean_t received) in zfs_prop_inherit()
1892 getprop_uint64(zfs_handle_t *zhp, zfs_prop_t prop, char **source) in getprop_uint64()
1913 getprop_string(zfs_handle_t *zhp, zfs_prop_t prop, char **source) in getprop_string()
1934 zfs_is_recvd_props_mode(zfs_handle_t *zhp) in zfs_is_recvd_props_mode()
1940 zfs_set_recvd_props_mode(zfs_handle_t *zhp, uint64_t *cookie) in zfs_set_recvd_props_mode()
1947 zfs_unset_recvd_props_mode(zfs_handle_t *zhp, uint64_t *cookie) in zfs_unset_recvd_props_mode()
1963 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, in get_numeric_property()
2151 get_source(zfs_handle_t *zhp, zprop_source_t *srctype, char *source, in get_source()
2175 zfs_prop_get_recvd(zfs_handle_t *zhp, const char *propname, char *propbuf, in zfs_prop_get_recvd()
2210 get_clones_string(zfs_handle_t *zhp, char *propbuf, size_t proplen) in get_clones_string()
2238 get_clones_cb(zfs_handle_t *zhp, void *arg) in get_clones_cb()
2262 zfs_get_clones_nvl(zfs_handle_t *zhp) in zfs_get_clones_nvl()
2328 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, in zfs_prop_get()
2649 zfs_prop_get_int(zfs_handle_t *zhp, zfs_prop_t prop) in zfs_prop_get_int()
2660 zfs_prop_set_int(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t val) in zfs_prop_set_int()
2672 zfs_prop_get_numeric(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t *value, in zfs_prop_get_numeric()
2869 zfs_prop_get_userquota_common(zfs_handle_t *zhp, const char *propname, in zfs_prop_get_userquota_common()
2893 zfs_prop_get_userquota_int(zfs_handle_t *zhp, const char *propname, in zfs_prop_get_userquota_int()
2903 zfs_prop_get_userquota(zfs_handle_t *zhp, const char *propname, in zfs_prop_get_userquota()
2928 zfs_prop_get_written_int(zfs_handle_t *zhp, const char *propname, in zfs_prop_get_written_int()
2962 zfs_prop_get_written(zfs_handle_t *zhp, const char *propname, in zfs_prop_get_written()
2985 zfs_get_name(const zfs_handle_t *zhp) in zfs_get_name()
2994 zfs_get_pool_name(const zfs_handle_t *zhp) in zfs_get_pool_name()
3003 zfs_get_type(const zfs_handle_t *zhp) in zfs_get_type()
3063 zfs_handle_t *zhp; in check_parents() local
3140 zfs_handle_t *zhp; in zfs_dataset_exists() local
3412 zfs_destroy(zfs_handle_t *zhp, boolean_t defer) in zfs_destroy()
3456 zfs_check_snap_cb(zfs_handle_t *zhp, void *arg) in zfs_check_snap_cb()
3477 zfs_destroy_snaps(zfs_handle_t *zhp, char *snapname, boolean_t defer) in zfs_destroy_snaps()
3545 zfs_clone(zfs_handle_t *zhp, const char *target, nvlist_t *props) in zfs_clone()
3621 zfs_promote(zfs_handle_t *zhp) in zfs_promote()
3674 zfs_snapshot_cb(zfs_handle_t *zhp, void *arg) in zfs_snapshot_cb()
3782 zfs_handle_t *zhp; in zfs_snapshot() local
3828 rollback_destroy_dependent(zfs_handle_t *zhp, void *data) in rollback_destroy_dependent()
3853 rollback_destroy(zfs_handle_t *zhp, void *data) in rollback_destroy()
3876 zfs_rollback(zfs_handle_t *zhp, zfs_handle_t *snap, boolean_t force) in zfs_rollback()
3950 zfs_rename(zfs_handle_t *zhp, const char *target, boolean_t recursive, in zfs_rename()
4131 zfs_get_user_props(zfs_handle_t *zhp) in zfs_get_user_props()
4137 zfs_get_recvd_props(zfs_handle_t *zhp) in zfs_get_recvd_props()
4159 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, boolean_t received, in zfs_expand_proplist()
4276 zfs_prune_proplist(zfs_handle_t *zhp, uint8_t *props) in zfs_prune_proplist()
4388 zfs_userspace(zfs_handle_t *zhp, zfs_userquota_prop_t type, in zfs_userspace()
4437 zfs_hold_one(zfs_handle_t *zhp, void *arg) in zfs_hold_one()
4456 zfs_hold(zfs_handle_t *zhp, const char *snapname, const char *tag, in zfs_hold()
4488 zfs_hold_nvl(zfs_handle_t *zhp, int cleanup_fd, nvlist_t *holds) in zfs_hold_nvl()
4556 zfs_release_one(zfs_handle_t *zhp, void *arg) in zfs_release_one()
4584 zfs_release(zfs_handle_t *zhp, const char *snapname, const char *tag, in zfs_release()
4665 zfs_get_fsacl(zfs_handle_t *zhp, nvlist_t **nvl) in zfs_get_fsacl()
4732 zfs_set_fsacl(zfs_handle_t *zhp, boolean_t un, nvlist_t *nvl) in zfs_set_fsacl()
4786 zfs_get_holds(zfs_handle_t *zhp, nvlist_t **nvl) in zfs_get_holds()