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

/linux-master/fs/xfs/scrub/
H A Dinode.c277 if (flags & ~XFS_DIFLAG_ANY)
H A Dinode_repair.c1545 if (sc->ip->i_diflags & ~XFS_DIFLAG_ANY)
1546 sc->ip->i_diflags &= ~XFS_DIFLAG_ANY;
/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1071 #define XFS_DIFLAG_ANY \ macro
/linux-master/fs/xfs/
H A Dxfs_inode.c574 if (ip->i_diflags & XFS_DIFLAG_ANY) {
847 if (pip && (pip->i_diflags & XFS_DIFLAG_ANY))

Completed in 154 milliseconds