Searched refs:SNEEDCLOSE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/specfs/
H A Dspecfs.c135 { "NEEDCLOSE", SNEEDCLOSE, SNEEDCLOSE },
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h110 #define SNEEDCLOSE 0x200 /* needs driver close call */ macro
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c708 if ((csp->s_flag & SNEEDCLOSE) == 0) {
712 csp->s_flag |= SNEEDCLOSE;
744 (csp->s_flag & SNEEDCLOSE)) { /* need a close */
745 csp->s_flag &= ~(SNEEDCLOSE | SSIZEVALID);
936 csp->s_flag &= ~(SNEEDCLOSE | SSIZEVALID);
2536 csp->s_flag &= ~(SNEEDCLOSE | SSIZEVALID);

Completed in 50 milliseconds