Searched refs:S_DAX (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/erofs/
H A Dinode.c157 inode->i_flags &= ~S_DAX;
161 inode->i_flags |= S_DAX;
/linux-master/drivers/dax/
H A Ddevice.c360 inode->i_flags = S_DAX;
H A Dsuper.c441 inode->i_flags = S_DAX;
/linux-master/fs/ext2/
H A Dinode.c1353 S_DIRSYNC | S_DAX);
1365 inode->i_flags |= S_DAX;
/linux-master/include/linux/
H A Dfs.h2210 #define S_DAX (1 << 13) /* Direct Access, avoiding the page cache */ macro
2212 #define S_DAX 0 /* Make all the DAX code disappear */ macro
2261 #define IS_DAX(inode) ((inode)->i_flags & S_DAX)
/linux-master/fs/xfs/
H A Dxfs_iops.c1243 flags |= S_DAX;
1246 * S_DAX can only be set during inode initialization and is never set by
1247 * the VFS, so we cannot mask off S_DAX in i_flags.
/linux-master/fs/fuse/
H A Ddax.c1358 inode->i_flags |= S_DAX;
/linux-master/fs/ext4/
H A Dinode.c4556 /* Because of the way inode_set_flags() works we must preserve S_DAX
4558 new_fl |= (inode->i_flags & S_DAX);
4560 new_fl |= S_DAX;
4569 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_DAX|

Completed in 182 milliseconds