Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dlsattr.c77 …{"Synchronous_Directory_Updates", FS_DIRSYNC_FL, 'D'}, // dirsync behaviour (directories only)
287 if (!S_ISDIR(root->st.st_mode)) fval &= ~FS_DIRSYNC_FL; in update_attr()
/external/kernel-headers/original/uapi/linux/
Dfs.h305 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro