Home
last modified time | relevance | path

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

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