Searched refs:MD_PRV_GOTIT (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/io/lvm/trans/ |
H A D | mdtrans.c | 839 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 D | trans_log.c | 448 mddb_setrecprivate(recid, MD_PRV_GOTIT);
|
/illumos-gate/usr/src/uts/common/sys/lvm/ |
H A D | md_mddb.h | 43 #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 D | hotspares.c | 1283 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 D | sp.c | 1305 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 D | md.c | 876 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 D | md_names.c | 175 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 D | stripe.c | 845 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 D | mirror.c | 1964 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 D | mirror_resync.c | 704 mddb_setrecprivate(un->un_rr_dirty_recid, MD_PRV_GOTIT);
|
/illumos-gate/usr/src/uts/common/io/lvm/raid/ |
H A D | raid.c | 3656 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