Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmount.h17 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */ macro
52 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|\
/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h17 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */ macro
52 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|\
/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c147 mnt_flags |= MS_SYNCHRONOUS; in read_mnt_flags()
/openbmc/linux/security/apparmor/
H A Dmount.c39 if (flags & MS_SYNCHRONOUS) in audit_mnt_flags()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h479 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */ macro
H A Dsuper.c1147 return MS_SYNCHRONOUS; in parse_standard_option()
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c271 mnt_flags |= MS_SYNCHRONOUS; in read_mnt_flags()
/openbmc/qemu/linux-user/
H A Dstrace.c1148 FLAG_GENERIC(MS_SYNCHRONOUS),