Searched refs:XFS_DIFLAG2_ANY (Results 1 – 3 of 3) sorted by relevance
314 if (flags2 & ~XFS_DIFLAG2_ANY) in xchk_inode_flags2()
632 if (ip->i_diflags2 & XFS_DIFLAG2_ANY) { in xfs_ip2xflags()872 if (pip && (pip->i_diflags2 & XFS_DIFLAG2_ANY)) in xfs_init_new_inode()
1079 #define XFS_DIFLAG2_ANY \ macro