Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmount_flags.h23 #if !(defined(MS_DIRSYNC) || (defined(HAVE_DECL_MS_DIRSYNC) && HAVE_DECL_MS_DIRSYNC))
24 # define MS_DIRSYNC 128 macro
105 XLAT(MS_DIRSYNC),
Dmount_flags.in8 MS_DIRSYNC 128
/external/kernel-headers/original/uapi/linux/
Dfs.h115 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */ macro