Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dinode.c314 if (flags2 & ~XFS_DIFLAG2_ANY) in xchk_inode_flags2()
/openbmc/linux/fs/xfs/
H A Dxfs_inode.c632 if (ip->i_diflags2 & XFS_DIFLAG2_ANY) { in xfs_ip2xflags()
872 if (pip && (pip->i_diflags2 & XFS_DIFLAG2_ANY)) in xfs_init_new_inode()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_format.h1079 #define XFS_DIFLAG2_ANY \ macro