Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_util.c124 if (ip->i_diflags2 & XFS_DIFLAG2_ANY) { in xfs_ip2xflags()
342 if (pip && (pip->i_diflags2 & XFS_DIFLAG2_ANY)) in xfs_inode_init()
Dxfs_format.h1103 #define XFS_DIFLAG2_ANY \ macro
/linux-6.12.1/fs/xfs/scrub/
Dinode_repair.c1641 if (sc->ip->i_diflags2 & ~XFS_DIFLAG2_ANY) in xrep_inode_flags()
1642 sc->ip->i_diflags2 &= ~XFS_DIFLAG2_ANY; in xrep_inode_flags()
Dinode.c323 if (flags2 & ~XFS_DIFLAG2_ANY) in xchk_inode_flags2()