Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dstatfs.h33 #define ST_SYNCHRONOUS 0x0010 /* writes are synced at once */ macro
/linux-4.1.27/tools/testing/selftests/mount/
Dunprivileged-remount-test.c127 ST_SYNCHRONOUS | ST_MANDLOCK)) { in read_mnt_flags()
145 if (stat.f_flag & ST_SYNCHRONOUS) in read_mnt_flags()
/linux-4.1.27/fs/
Dstatfs.c37 flags |= ST_SYNCHRONOUS; in flags_by_sb()