Home
last modified time | relevance | path

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

/include/linux/
Dfs.h1897 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || \ macro
3105 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in iocb_flags()