Searched refs:ZVOL_DUMPIFIED (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzvol.c137 #define ZVOL_DUMPIFIED 0x2 macro
791 if (zv->zv_flags & ZVOL_DUMPIFIED) {
1273 is_dumpified = zv->zv_flags & ZVOL_DUMPIFIED;
1358 if ((zv->zv_flags & ZVOL_DUMPIFIED) == 0)
1398 if (zv->zv_flags & ZVOL_DUMPIFIED) {
1445 if (zv->zv_flags & ZVOL_DUMPIFIED) {
1558 if (zv->zv_flags & ZVOL_DUMPIFIED)
1772 if (!(zv->zv_flags & ZVOL_DUMPIFIED))
2086 zv->zv_flags |= ZVOL_DUMPIFIED;
2154 zv->zv_flags &= ~ZVOL_DUMPIFIED;
[all...]

Completed in 61 milliseconds