Searched refs:NM_DEVID (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_names.c | 115 if (shared & NM_DEVID) { in unused_key() 117 nmspace = NM_DEVID; in unused_key() 169 hdr = ((devid_nm & NM_DEVID) ? MDDB_DID_NM_HDR : MDDB_NM_HDR); in cleanup_unused_rec() 170 notshr = ((devid_nm & NM_DEVID) ? MDDB_DID_NM : MDDB_NM); in cleanup_unused_rec() 171 shr = ((devid_nm & NM_DEVID) ? MDDB_DID_SHR_NM : MDDB_SHR_NM); in cleanup_unused_rec() 196 if (shared & NM_DEVID) { in create_hdr() 221 if (shared & NM_DEVID) { in create_hdr() 235 if (shared & NM_DEVID) { in create_hdr() 265 if (shared & NM_DEVID) { in create_record() 332 if (shared & NM_DEVID) { in expand_record() [all …]
|
H A D | md.c | 1024 if ((did_nh = get_first_record(setno, 1, (NM_DEVID | NM_NOTSHARED))) in md_verify_orphaned_record() 1034 if (lookup_entry(did_nh, setno, side, key, odev, NM_DEVID) == in md_verify_orphaned_record() 1085 (void) md_load_namespace(setno, NULL, NM_DEVID); in md_snarf_db_set() 1090 (void) md_unload_namespace(setno, NM_DEVID); in md_snarf_db_set()
|
H A D | md_mddb.c | 12279 (void) md_load_namespace(setno, NULL, NM_DEVID); in md_update_minor() 12284 (void) md_unload_namespace(setno, NM_DEVID); in md_update_minor() 12349 (void) md_load_namespace(setno, NULL, NM_DEVID); in md_update_top_device_minor() 12354 (void) md_unload_namespace(setno, NM_DEVID); in md_update_top_device_minor() 12753 if ((nh = get_first_record(setno, 0, NM_DEVID | NM_NOTSHARED)) in md_update_namespace_rr_did() 12760 side, key, NODEV64, NM_DEVID)) == NULL) { in md_update_namespace_rr_did() 12763 did_shr_nh = get_first_record(setno, 0, NM_DEVID | in md_update_namespace_rr_did() 12771 &recids[0], NM_DEVID); in md_update_namespace_rr_did() 12788 shr_n->did_key, NULL, NM_DEVID | in md_update_namespace_rr_did() 12796 NM_DEVID | NM_SHARED | NM_NOCOMMIT, in md_update_namespace_rr_did() [all …]
|
H A D | md_subr.c | 1748 md_unload_namespace(setno, NM_DEVID); in md_halt_set()
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | md_names.h | 38 #define NM_DEVID 0x0010 macro
|