Lines Matching refs:flags2
245 uint64_t flags2) in xchk_inode_cowextsize() argument
251 flags2); in xchk_inode_cowextsize()
309 uint64_t flags2) in xchk_inode_flags2() argument
314 if (flags2 & ~XFS_DIFLAG2_ANY) in xchk_inode_flags2()
318 if ((flags2 & XFS_DIFLAG2_REFLINK) && in xchk_inode_flags2()
325 if ((flags2 & XFS_DIFLAG2_DAX) && !(S_ISREG(mode) || S_ISDIR(mode))) in xchk_inode_flags2()
329 if ((flags2 & XFS_DIFLAG2_REFLINK) && !S_ISREG(mode)) in xchk_inode_flags2()
333 if ((flags & XFS_DIFLAG_REALTIME) && (flags2 & XFS_DIFLAG2_REFLINK)) in xchk_inode_flags2()
369 uint64_t flags2; in xchk_dinode() local
378 flags2 = be64_to_cpu(dip->di_flags2); in xchk_dinode()
380 flags2 = 0; in xchk_dinode()
507 if (flags2 & XFS_DIFLAG2_REFLINK) { in xchk_dinode()
581 xchk_inode_flags2(sc, dip, ino, mode, flags, flags2); in xchk_dinode()
583 flags2); in xchk_dinode()