Home
last modified time | relevance | path

Searched refs:hdr_recid (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c3824 mddb_recid_t hdr_recid; in md_load_namespace() local
3836 hdr_recid = mddb_getnextrec(mddb_makerecid(setno, 0), rec_type, 0); in md_load_namespace()
3838 if (hdr_recid < 0) { in md_load_namespace()
3840 return (mddbstatus2error(ep, hdr_recid, NODEV32, in md_load_namespace()
3845 if (hdr_recid != 0) { in md_load_namespace()
3848 status = mddb_getrecstatus(hdr_recid); in md_load_namespace()
3850 mddb_setrecprivate(hdr_recid, MD_PRV_PENDDEL); in md_load_namespace()
3851 hdr_recid = 0; in md_load_namespace()
3862 if (hdr_recid != 0) { in md_load_namespace()
3868 md_set[setno].s_did_nmid = hdr_recid; in md_load_namespace()
[all …]