Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbe/common/
H A Dlibbe_priv.h105 boolean_t destroy_snaps; /* Destroy snapshots of BE */ member
H A Dbe_create.c432 dd.destroy_snaps = flags & BE_DESTROY_FLAG_SNAPSHOTS; in be_destroy()
488 if (!dd.destroy_snaps && bs_found) { in be_destroy()
2558 if (dd->destroy_snaps) { in be_destroy_callback()
/titanic_41/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c454 int destroy_snaps = 0; in beDestroy() local
460 if (!PyArg_ParseTuple(args, "z|ii", &beName, &destroy_snaps, in beDestroy()
465 if (destroy_snaps == 1) in beDestroy()