Home
last modified time | relevance | path

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

/include/linux/
Dfs.h1415 #define SB_DIRSYNC BIT(7) /* Directory modifications are synchronous */ macro
2108 #define IS_DIRSYNC(inode) (__IS_FLG(inode, SB_SYNCHRONOUS|SB_DIRSYNC) || \