Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dfs.h108 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */ macro
167 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || \
/external/strace/
Dsystem.c51 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */ macro