Searched refs:XFS_DIFLAG_ANY (Results 1 – 3 of 3) sorted by relevance
314 if (flags & ~XFS_DIFLAG_ANY) in xchk_inode_flags()
1799 if (sc->ip->i_diflags & ~XFS_DIFLAG_ANY) in xrep_inode_flags()1800 sc->ip->i_diflags &= XFS_DIFLAG_ANY; in xrep_inode_flags()
1178 #define XFS_DIFLAG_ANY \ macro