Searched refs:un_exclopen (Results 1 – 4 of 4) sorted by relevance
134 uchar_t un_exclopen; /* exclusive open bits */ member
1318 un->un_exclopen, flag, un->un_ocmap.regopen[otyp]); in dcdopen()1321 un->un_exclopen, partmask); in dcdopen()1323 if (un->un_exclopen & (partmask)) { in dcdopen()1384 un->un_exclopen |= (partmask); in dcdopen()1531 if (un->un_exclopen & (1<<part)) { in dcdclose()1532 un->un_exclopen &= ~(1<<part); in dcdclose()
389 uint64_t un_exclopen; /* exclusive open bitmask */ member
9470 un->un_exclopen, flag, un->un_ocmap.lyropen[part]); in sdopen()9474 un->un_exclopen, flag, un->un_ocmap.regopen[otyp]); in sdopen()9477 if (un->un_exclopen & (partmask)) { in sdopen()9592 un->un_exclopen |= (partmask); in sdopen()9698 if (un->un_exclopen & (1 << part)) { in sdclose()9699 un->un_exclopen &= ~(1 << part); in sdclose()22351 if ((!(un->un_exclopen & (1<<SDPART(dev)))) ||