Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_snapshot.c410 nvlist_t *ss_props = NULL; in _be_create_snapshot() local
515 if (nvlist_alloc(&ss_props, NV_UNIQUE_NAME, 0) != 0) { in _be_create_snapshot()
520 if (nvlist_add_string(ss_props, BE_POLICY_PROPERTY, in _be_create_snapshot()
524 nvlist_free(ss_props); in _be_create_snapshot()
540 if (zfs_snapshot(g_zfs, ss, B_TRUE, ss_props) != 0) { in _be_create_snapshot()
574 if (zfs_snapshot(g_zfs, ss, B_TRUE, ss_props) in _be_create_snapshot()
618 nvlist_free(ss_props); in _be_create_snapshot()