Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Dinode.c187 if ((flags2 & XFS_DIFLAG2_DAX) && !(S_ISREG(mode) || S_ISDIR(mode))) in xchk_inode_flags2()
199 if ((flags2 & XFS_DIFLAG2_DAX) && (flags2 & XFS_DIFLAG2_REFLINK)) in xchk_inode_flags2()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_format.h1051 #define XFS_DIFLAG2_DAX (1 << XFS_DIFLAG2_DAX_BIT) macro
1056 (XFS_DIFLAG2_DAX | XFS_DIFLAG2_REFLINK | XFS_DIFLAG2_COWEXTSIZE)
Dxfs_inode_buf.c574 if ((flags2 & XFS_DIFLAG2_REFLINK) && (flags2 & XFS_DIFLAG2_DAX)) in xfs_dinode_verify()
/linux-4.19.296/fs/xfs/
Dxfs_inode.c657 if (di_flags2 & XFS_DIFLAG2_DAX) in _xfs_dic2xflags()
921 if (pip->i_d.di_flags2 & XFS_DIFLAG2_DAX) in xfs_ialloc()
922 di_flags2 |= XFS_DIFLAG2_DAX; in xfs_ialloc()
Dxfs_iops.c1242 !(ip->i_d.di_flags2 & XFS_DIFLAG2_DAX)) in xfs_inode_supports_dax()
Dxfs_ioctl.c972 di_flags2 |= XFS_DIFLAG2_DAX; in xfs_flags2diflags2()