Lines Matching refs:root_hdl
195 zfs_handle_t *root_hdl; in be_mounted_at() local
200 if ((root_hdl = zfs_open(lbh->lzh, lbh->root, in be_mounted_at()
206 zfs_iter_filesystems(root_hdl, be_mountcheck_cb, &info); in be_mounted_at()
207 zfs_close(root_hdl); in be_mounted_at()
211 if ((root_hdl = zfs_open(lbh->lzh, info.name, in be_mounted_at()
221 prop_list_builder_cb(root_hdl, &propinfo); in be_mounted_at()
222 zfs_close(root_hdl); in be_mounted_at()
294 zfs_handle_t *root_hdl; in be_unmount() local
300 if ((root_hdl = zfs_open(lbh->lzh, be, ZFS_TYPE_FILESYSTEM)) == NULL) in be_unmount()
309 if ((err = be_umount_iter(root_hdl, &info)) != 0) { in be_unmount()
310 zfs_close(root_hdl); in be_unmount()
314 zfs_close(root_hdl); in be_unmount()