Home
last modified time | relevance | path

Searched refs:flags2 (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/scrub/
Dinode.c97 uint64_t flags2) in xchk_inode_cowextsize() argument
103 flags2); in xchk_inode_cowextsize()
161 uint64_t flags2) in xchk_inode_flags2() argument
166 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 …]
/fs/xfs/libxfs/
Dxfs_inode_buf.c446 uint64_t flags2; in xfs_dinode_verify() local
552 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() argument
677 hint_flag = (flags2 & XFS_DIFLAG2_COWEXTSIZE); in xfs_inode_validate_cowextsize()
Dxfs_inode_buf.h64 uint64_t flags2);
/fs/ocfs2/
Ddlmglue.c3503 unsigned long flags, flags2; in ocfs2_mark_lockres_freeing() local
3528 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()