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

/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dmdtrans.c839 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
872 mddb_setrecprivate(recid, MD_PRV_GOTIT);
886 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
937 mddb_setrecprivate(recid, MD_PRV_GOTIT);
948 if (!(mddb_getrecprivate(recid) & MD_PRV_GOTIT))
1156 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
1174 mddb_setrecprivate(recid, MD_PRV_GOTIT);
1183 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
1202 mddb_setrecprivate(recid, MD_PRV_GOTIT);
H A Dtrans_log.c448 mddb_setrecprivate(recid, MD_PRV_GOTIT);
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h43 #define MD_PRV_GOTIT 0x0001 /* Been snarfed */ macro
48 #define MD_PRV_PENDDEL (MD_PRV_GOTIT | MD_PRV_DELETE)
49 #define MD_PRV_PENDCOM (MD_PRV_GOTIT | MD_PRV_COMMIT)
50 #define MD_PRV_PENDCLEAN (MD_PRV_GOTIT | MD_PRV_CLEANUP)
/illumos-gate/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c1283 mddb_setrecprivate(recid, MD_PRV_GOTIT);
1347 mddb_setrecprivate(recid, MD_PRV_GOTIT);
1388 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
1410 if (!(mddb_getrecprivate(recid) & MD_PRV_GOTIT))
1688 mddb_setrecprivate(recid, MD_PRV_GOTIT);
1717 mddb_setrecprivate(recid, MD_PRV_GOTIT);
1759 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c1305 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
1366 mddb_setrecprivate(recid, MD_PRV_GOTIT);
1377 if (!(mddb_getrecprivate(recid) & MD_PRV_GOTIT))
1751 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
1804 mddb_setrecprivate(recid, MD_PRV_GOTIT);
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd.c876 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
890 mddb_setrecprivate(recid, MD_PRV_GOTIT);
1267 mddb_setrecprivate(recid, MD_PRV_GOTIT);
1282 mddb_setrecprivate(recid, MD_PRV_GOTIT);
H A Dmd_names.c175 if (! (mddb_getrecprivate(recid) & MD_PRV_GOTIT))
180 if (! (mddb_getrecprivate(recid) & MD_PRV_GOTIT))
185 if (! (mddb_getrecprivate(recid) & MD_PRV_GOTIT))
1726 mddb_setrecprivate(rh->r_next_recid, (private | MD_PRV_GOTIT));
3882 mddb_setrecprivate(hdr_recid, MD_PRV_GOTIT);
/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c845 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
901 mddb_setrecprivate(recid, MD_PRV_GOTIT);
912 if (!(mddb_getrecprivate(recid) & MD_PRV_GOTIT))
1634 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
1725 mddb_setrecprivate(recid, MD_PRV_GOTIT);
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c1964 mddb_setrecprivate(un->c.un_record_id, MD_PRV_GOTIT);
5186 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
5255 mddb_setrecprivate(recid, MD_PRV_GOTIT);
5279 if (!(mddb_getrecprivate(recid) & MD_PRV_GOTIT))
5621 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
5689 mddb_setrecprivate(recid, MD_PRV_GOTIT);
H A Dmirror_resync.c704 mddb_setrecprivate(un->un_rr_dirty_recid, MD_PRV_GOTIT);
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c3656 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT) {
3718 mddb_setrecprivate(recid, MD_PRV_GOTIT);
3734 if (!(mddb_getrecprivate(recid) & MD_PRV_GOTIT))
4290 if (mddb_getrecprivate(recid) & MD_PRV_GOTIT)
4361 mddb_setrecprivate(recid, MD_PRV_GOTIT);

Completed in 103 milliseconds