Searched refs:XFS_DIFLAG2_ANY (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dinode.c323 if (flags2 & ~XFS_DIFLAG2_ANY)
H A Dinode_repair.c1576 if (sc->ip->i_diflags2 & ~XFS_DIFLAG2_ANY)
1577 sc->ip->i_diflags2 &= ~XFS_DIFLAG2_ANY;
/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1094 #define XFS_DIFLAG2_ANY \ macro
/linux-master/fs/xfs/
H A Dxfs_inode.c605 if (ip->i_diflags2 & XFS_DIFLAG2_ANY) {
849 if (pip && (pip->i_diflags2 & XFS_DIFLAG2_ANY))

Completed in 227 milliseconds