Lines Matching refs:flags2
110 uint64_t flags2) in xchk_inode_cowextsize() argument
116 flags2); in xchk_inode_cowextsize()
174 uint64_t flags2) in xchk_inode_flags2() argument
179 if (flags2 & ~XFS_DIFLAG2_ANY) in xchk_inode_flags2()
183 if ((flags2 & XFS_DIFLAG2_REFLINK) && in xchk_inode_flags2()
190 if ((flags2 & XFS_DIFLAG2_DAX) && !(S_ISREG(mode) || S_ISDIR(mode))) in xchk_inode_flags2()
194 if ((flags2 & XFS_DIFLAG2_REFLINK) && !S_ISREG(mode)) in xchk_inode_flags2()
198 if ((flags & XFS_DIFLAG_REALTIME) && (flags2 & XFS_DIFLAG2_REFLINK)) in xchk_inode_flags2()
234 uint64_t flags2; in xchk_dinode() local
243 flags2 = be64_to_cpu(dip->di_flags2); in xchk_dinode()
245 flags2 = 0; in xchk_dinode()
372 if (flags2 & XFS_DIFLAG2_REFLINK) { in xchk_dinode()
446 xchk_inode_flags2(sc, dip, ino, mode, flags, flags2); in xchk_dinode()
448 flags2); in xchk_dinode()