Searched refs:root_hdl (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libbe/ |
H A D | be_access.c | 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() [all …]
|
H A D | be_info.c | 249 zfs_handle_t *root_hdl; in be_proplist_update() local 251 if ((root_hdl = zfs_open(data->lbh->lzh, data->lbh->root, in be_proplist_update() 256 zfs_iter_filesystems(root_hdl, prop_list_builder_cb, data); in be_proplist_update() 258 zfs_close(root_hdl); in be_proplist_update()
|