Home
last modified time | relevance | path

Searched refs:BE_POLICY_PROPERTY (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dlibbe_priv.h49 #define BE_POLICY_PROPERTY "org.opensolaris.libbe:policy" macro
H A Dbe_list.c1131 if (nvlist_lookup_nvlist(userprops, BE_POLICY_PROPERTY, in be_get_node_data()
1245 BE_POLICY_PROPERTY, &propval) != 0 || in be_get_ds_data()
1319 nvlist_lookup_nvlist(userprops, BE_POLICY_PROPERTY, in be_get_ss_data()
H A Dbe_snapshot.c520 if (nvlist_add_string(ss_props, BE_POLICY_PROPERTY, in _be_create_snapshot()
H A Dbe_create.c1214 if (zfs_prop_set(zhp, BE_POLICY_PROPERTY, bt.policy) != 0) { in be_copy()