Home
last modified time | relevance | path

Searched refs:prop_list_builder_cb (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libbe/
H A Dbe_info.c108 ret = prop_list_builder_cb(snap_hdl, &data); in be_get_dataset_props()
138 prop_list_builder_cb(zfs_handle_t *zfs_hdl, void *data_p) in prop_list_builder_cb() function
235 zfs_iter_filesystems(root_hdl, prop_list_builder_cb, data); in be_proplist_update()
246 return (zfs_iter_snapshots_sorted(hdl, prop_list_builder_cb, data, in snapshot_proplist_update()
H A Dbe_impl.h47 int prop_list_builder_cb(zfs_handle_t *, void *);
H A Dbe_access.c206 prop_list_builder_cb(root_hdl, &propinfo); in be_mounted_at()