Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfs.h112 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */ macro
146 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|\
/Linux-v4.19/scripts/gdb/linux/
Dconstants.py.in41 LX_VALUE(MS_SYNCHRONOUS)
/Linux-v4.19/tools/testing/selftests/mount/
Dunprivileged-remount-test.c147 mnt_flags |= MS_SYNCHRONOUS; in read_mnt_flags()
/Linux-v4.19/security/apparmor/
Dmount.c42 if (flags & MS_SYNCHRONOUS) in audit_mnt_flags()