Home | History | Annotate | Download | only in linux

Lines Matching defs:S_SYNC

138 #define S_SYNC		1	/* Writes are synced at once */
166 ((inode)->i_flags & S_SYNC))
168 ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))