Home
last modified time | relevance | path

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

/external/strace/xlat/
Dstatfs_flags.h17 #if !(defined(ST_SYNCHRONOUS) || (defined(HAVE_DECL_ST_SYNCHRONOUS) && HAVE_DECL_ST_SYNCHRONOUS))
18 # define ST_SYNCHRONOUS 0x0010 macro
46 XLAT(ST_SYNCHRONOUS),
Dstatfs_flags.in6 ST_SYNCHRONOUS 0x0010
/external/linux-kselftest/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()