Searched refs:did_nh (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_names.c | 1764 struct nm_next_hdr *nh, *did_nh = NULL; in md_setdevname() local 1931 if ((did_nh = get_first_record(setno, 1, shared)) == NULL) { in md_setdevname() 2009 if (did_nh) { in md_setdevname() 2015 lookup_entry(did_nh, setno, side, n->n_key, in md_setdevname() 2019 (void) update_entry(did_nh, did_n->min_side, in md_setdevname() 2102 lookup_entry(did_nh, setno, thisside, n->n_key, in md_setdevname() 2144 new_did_n = (struct did_min_name *)alloc_entry(did_nh, in md_setdevname() 2200 (void) remove_entry(did_nh, new_did_n->min_side, in md_setdevname() 2237 struct nm_next_hdr *did_shr_nh, *did_nh = NULL, *nh = NULL; in md_get_invdid() local 2268 did_nh = get_first_record(setno, 0, NM_DEVID | NM_NOTSHARED); in md_get_invdid() [all …]
|
H A D | md.c | 1021 struct nm_next_hdr *did_nh = NULL; in md_verify_orphaned_record() local 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()
|