Searched refs:MDDB_NOINIT (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_mddb.c | 6820 if (flag & MDDB_NOINIT) in mddb_setenter() 7002 if ((mddb_setenter(s->s_setno, MDDB_NOINIT, &err)) == NULL) { in mddb_lb_did_convert() 7154 if ((s = mddb_setenter(setno, MDDB_NOINIT, NULL)) == NULL) in mddb_unload_set() 8723 if ((s = mddb_setenter(setno, MDDB_NOINIT, &err)) == in mddb_configure() 8725 if ((s = init_set(cp, MDDB_NOINIT, &err)) == in mddb_configure() 8804 if ((s = init_set(NULL, MDDB_NOINIT, NULL)) != NULL) in mddb_init() 9181 s = mddb_setenter(DBSET(id), MDDB_NOINIT, NULL); in mddb_deleterec() 9658 s = mddb_setenter(DBSET(id), MDDB_NOINIT, NULL); in mddb_commitrec() 10382 if ((s = mddb_setenter(setno, MDDB_NOINIT, &err)) == NULL) in gettag_ioctl() 10449 if ((s = mddb_setenter(setno, MDDB_NOINIT, &err)) == NULL) in usetag_ioctl() [all …]
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | md_mddb.h | 920 #define MDDB_NOINIT 0x4 macro
|