OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MS_DIRSYNC
(Results
51 - 75
of
135
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
mount.h
46
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
mount.h
46
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
mount.h
46
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/
mount.h
46
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
mount.h
46
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
mount.h
46
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
mount.h
46
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
mount.h
46
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
mount.h
46
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
mount.h
46
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
mount.h
46
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
mount.h
46
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
mount.h
46
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/external/strace/
system.c
43
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/bionic/libc/kernel/uapi/linux/
fs.h
67
#define
MS_DIRSYNC
128
/development/ndk/platforms/android-3/include/linux/
fs.h
84
#define
MS_DIRSYNC
128
120
#define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|
MS_DIRSYNC
) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
/development/ndk/platforms/android-L/include/linux/
fs.h
67
#define
MS_DIRSYNC
128
/external/kernel-headers/original/uapi/linux/
fs.h
71
#define
MS_DIRSYNC
128 /* Directory modifications are synchronous */
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fs.h
84
#define
MS_DIRSYNC
128
120
#define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|
MS_DIRSYNC
) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fs.h
84
#define
MS_DIRSYNC
128
120
#define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|
MS_DIRSYNC
) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fs.h
84
#define
MS_DIRSYNC
128
120
#define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|
MS_DIRSYNC
) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fs.h
84
#define
MS_DIRSYNC
128
120
#define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|
MS_DIRSYNC
) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fs.h
84
#define
MS_DIRSYNC
128
120
#define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|
MS_DIRSYNC
) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
fs.h
84
#define
MS_DIRSYNC
128
120
#define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|
MS_DIRSYNC
) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
fs.h
84
#define
MS_DIRSYNC
128
120
#define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|
MS_DIRSYNC
) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
Completed in 1513 milliseconds
1
2
3
4
5
6