Searched refs:FS_DIRSYNC_FL (Results 1 – 2 of 2) sorted by relevance
77 …{"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()
305 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro