Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/specfs/
H A Dspecfs.c133 { "NEEDCLOSE", SNEEDCLOSE, SNEEDCLOSE }, in snode_cb()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h108 #define SNEEDCLOSE 0x200 /* needs driver close call */ macro
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c711 if ((csp->s_flag & SNEEDCLOSE) == 0) { in spec_open()
715 csp->s_flag |= SNEEDCLOSE; in spec_open()
747 (csp->s_flag & SNEEDCLOSE)) { /* need a close */ in spec_open()
748 csp->s_flag &= ~(SNEEDCLOSE | SSIZEVALID); in spec_open()
939 csp->s_flag &= ~(SNEEDCLOSE | SSIZEVALID); in spec_close()
2537 csp->s_flag &= ~(SNEEDCLOSE | SSIZEVALID); in spec_delmap()