Searched refs:SLOCKED (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/specfs/
H A Dspecfs.c132 { "LOCKED", SLOCKED, SLOCKED },
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h106 #define SLOCKED 0x20 /* use to serialize open/closes */ macro
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c237 * Synchronize with active SLOCKED snode, optionally checking for a signal and
238 * optionally returning with SLOCKED set and SN_HOLD done. The 'intr'
244 * determines if the function returns with SLOCKED set.
251 while (csp->s_flag & SLOCKED) {
267 csp->s_flag |= SLOCKED;
281 csp->s_flag &= ~(SWANT|SLOCKED);
H A Dspecsubr.c498 if (sp->s_flag & SLOCKED)

Completed in 60 milliseconds