Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dstatfs.h35 #define ST_SYNCHRONOUS 0x0010 /* writes are synced at once */ macro
/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c128 ST_SYNCHRONOUS | ST_MANDLOCK)) { in read_mnt_flags()
146 if (stat.f_flag & ST_SYNCHRONOUS) in read_mnt_flags()
/openbmc/linux/fs/
H A Dstatfs.c41 flags |= ST_SYNCHRONOUS; in flags_by_sb()
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c252 ST_SYNCHRONOUS | ST_MANDLOCK | ST_NOSYMFOLLOW)) in read_mnt_flags()
270 if (stat.f_flag & ST_SYNCHRONOUS) in read_mnt_flags()