Home | History | Annotate | Download | only in linux

Lines Matching defs:S_SYNC

235 #define S_SYNC		1	/* Writes are synced at once */
266 ((inode)->i_flags & S_SYNC))
268 ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))