Home
last modified time | relevance | path

Searched refs:FS_DIRSYNC_FL (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/other/
Dlsattr.c99 {"Synchronous_Directory_Updates", FS_DIRSYNC_FL, 'D'},
320 if (!S_ISDIR(root->st.st_mode)) new &= ~FS_DIRSYNC_FL; in update_attr()
/external/kernel-headers/original/uapi/linux/
Dfs.h257 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/external/crosvm/io_uring/src/
Dbindings.rs213 pub const FS_DIRSYNC_FL: ::std::os::raw::c_uint = 65536; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c2362 #ifdef FS_DIRSYNC_FL
2363 { "FS_DIRSYNC_FL", (unsigned long) FS_DIRSYNC_FL },