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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h122 #define SFENCED 0x10000 /* snode fenced off for I/O retire */ macro
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c300 /* SFENCED flag only set on common snode */
303 csp->s_flag |= SFENCED;
305 csp->s_flag &= ~SFENCED;
979 csp->s_flag |= SFENCED;
996 csp->s_flag |= SFENCED;
1038 csp->s_flag &= ~SFENCED;
H A Dspecvnops.c165 #define S_ISFENCED(sp) ((VTOS((sp)->s_commonvp))->s_flag & SFENCED)
172 * is indicated by the SFENCED flag in the common snode.

Completed in 247 milliseconds