Searched refs:ss_props (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libbe/common/ |
H A D | be_snapshot.c | 405 nvlist_t *ss_props = NULL; in _be_create_snapshot() local 506 if (nvlist_alloc(&ss_props, NV_UNIQUE_NAME, 0) != 0) { in _be_create_snapshot() 511 if (nvlist_add_string(ss_props, BE_POLICY_PROPERTY, in _be_create_snapshot() 515 nvlist_free(ss_props); in _be_create_snapshot() 531 if (zfs_snapshot(g_zfs, ss, B_TRUE, ss_props) != 0) { in _be_create_snapshot() 565 if (zfs_snapshot(g_zfs, ss, B_TRUE, ss_props) in _be_create_snapshot() 609 if (ss_props != NULL) in _be_create_snapshot() 610 nvlist_free(ss_props); in _be_create_snapshot()
|