Searched defs:make_dataset_handle (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c493 make_dataset_handle(libzfs_handle_t *hdl, const char *path) function
535 zhp = make_dataset_handle(hdl, path);
583 if ((zhp = make_dataset_handle(hdl, path)) == NULL) {
4699 while ((zhp = make_dataset_handle(hdl, parent)) == NULL) {
4760 if ((zhp = make_dataset_handle(hdl, path)) != NULL) {
4806 h = make_dataset_handle(hdl, target);
5135 szhp = make_dataset_handle(zhp->zfs_hdl, name);
5555 (zhp = make_dataset_handle(zhp->zfs_hdl, zhp->zfs_name))) {

Completed in 29 milliseconds