Home
last modified time | relevance | path

Searched refs:MS_DIRSYNC (Results 1 – 6 of 6) sorted by relevance

/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dmount.h45 #define MS_DIRSYNC 128 macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dmount.h18 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */ macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dmount.h18 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dmount.h28 #define MS_DIRSYNC 128 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dfs.h72 #define MS_DIRSYNC 128 macro
/kernel/linux/linux-5.10/security/apparmor/
Dmount.c45 if (flags & MS_DIRSYNC) in audit_mnt_flags()