Searched refs:flags2 (Results 1 – 4 of 4) sorted by relevance
97 uint64_t flags2) in xchk_inode_cowextsize() argument103 flags2); in xchk_inode_cowextsize()161 uint64_t flags2) in xchk_inode_flags2() argument166 if (flags2 & ~XFS_DIFLAG2_ANY) in xchk_inode_flags2()170 if ((flags2 & XFS_DIFLAG2_REFLINK) && in xchk_inode_flags2()177 if ((flags2 & XFS_DIFLAG2_DAX) && !(S_ISREG(mode) || S_ISDIR(mode))) in xchk_inode_flags2()181 if ((flags2 & XFS_DIFLAG2_REFLINK) && !S_ISREG(mode)) in xchk_inode_flags2()185 if ((flags & XFS_DIFLAG_REALTIME) && (flags2 & XFS_DIFLAG2_REFLINK)) in xchk_inode_flags2()189 if ((flags2 & XFS_DIFLAG2_DAX) && (flags2 & XFS_DIFLAG2_REFLINK)) in xchk_inode_flags2()226 uint64_t flags2; in xchk_dinode() local[all …]
446 uint64_t flags2; in xfs_dinode_verify() local552 flags2 = be64_to_cpu(dip->di_flags2); in xfs_dinode_verify()555 if ((flags2 & (XFS_DIFLAG2_REFLINK | XFS_DIFLAG2_COWEXTSIZE)) && in xfs_dinode_verify()560 if ((flags2 & XFS_DIFLAG2_REFLINK) && (mode & S_IFMT) != S_IFREG) in xfs_dinode_verify()564 if ((flags2 & XFS_DIFLAG2_REFLINK) && (flags & XFS_DIFLAG_REALTIME)) in xfs_dinode_verify()568 if ((flags2 & XFS_DIFLAG2_REFLINK) && (flags2 & XFS_DIFLAG2_DAX)) in xfs_dinode_verify()573 mode, flags, flags2); in xfs_dinode_verify()670 uint64_t flags2) in xfs_inode_validate_cowextsize() argument677 hint_flag = (flags2 & XFS_DIFLAG2_COWEXTSIZE); in xfs_inode_validate_cowextsize()
64 uint64_t flags2);
3503 unsigned long flags, flags2; in ocfs2_mark_lockres_freeing() local3528 spin_lock_irqsave(&osb->dc_task_lock, flags2); in ocfs2_mark_lockres_freeing()3531 spin_unlock_irqrestore(&osb->dc_task_lock, flags2); in ocfs2_mark_lockres_freeing()