Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h134 uchar_t un_exclopen; /* exclusive open bits */ member
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c1318 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()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h389 uint64_t un_exclopen; /* exclusive open bitmask */ member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c9470 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)))) ||