Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c303 csp->s_flag |= SFENCED; in spec_assoc_fence()
305 csp->s_flag &= ~SFENCED; in spec_assoc_fence()
979 csp->s_flag |= SFENCED; in spec_fence_snode()
996 csp->s_flag |= SFENCED; in spec_fence_snode()
1038 csp->s_flag &= ~SFENCED; in spec_unfence_snode()
H A Dspecvnops.c165 #define S_ISFENCED(sp) ((VTOS((sp)->s_commonvp))->s_flag & SFENCED)
/titanic_44/usr/src/uts/common/sys/fs/
H A Dsnode.h122 #define SFENCED 0x10000 /* snode fenced off for I/O retire */ macro