Searched refs:S_WRITE (Results 1 – 4 of 4) sorted by relevance
48 #define MS_DIRSYNC S_WRITE63 #define S_WRITE 0 macro
50 #define MS_DIRSYNC S_WRITE
7064 #define S_WRITE 0 macro7066 #define V_WRITE(x) ((x) << S_WRITE)7067 #define G_WRITE(x) (((x) >> S_WRITE) & M_WRITE)
38441 #define S_WRITE 22 macro38442 #define V_WRITE(x) ((x) << S_WRITE)