Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dinode.c360 if (flags2 & ~XFS_DIFLAG2_ANY) in xchk_inode_flags2()
H A Dinode_repair.c1830 if (sc->ip->i_diflags2 & ~XFS_DIFLAG2_ANY) in xrep_inode_flags()
1831 sc->ip->i_diflags2 &= XFS_DIFLAG2_ANY; in xrep_inode_flags()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1240 #define XFS_DIFLAG2_ANY \ macro