Home
last modified time | relevance | path

Searched refs:XFS_DIFLAG_REALTIME (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dinode.c281 if ((flags & XFS_DIFLAG_REALTIME) && !mp->m_rtdev_targp) in xchk_inode_flags()
297 if ((flags & (XFS_DIFLAG_REALTIME | FS_XFLAG_EXTSIZE)) && in xchk_inode_flags()
302 if ((flags & XFS_DIFLAG_FILESTREAM) && (flags & XFS_DIFLAG_REALTIME)) in xchk_inode_flags()
342 if ((flags & XFS_DIFLAG_REALTIME) && (flags2 & XFS_DIFLAG2_REFLINK)) in xchk_inode_flags2()
522 } else if (flags & XFS_DIFLAG_REALTIME) { in xchk_dinode()
Dinode_repair.c545 flags |= XFS_DIFLAG_REALTIME; in xrep_dinode_flags()
547 flags &= ~XFS_DIFLAG_REALTIME; in xrep_dinode_flags()
558 if (flags & XFS_DIFLAG_REALTIME) in xrep_dinode_flags()
809 isrt = dip->di_flags & cpu_to_be16(XFS_DIFLAG_REALTIME); in xrep_dinode_bad_extents_fork()
1628 sc->ip->i_diflags &= ~(XFS_DIFLAG_REALTIME | in xrep_inode_flags()
1632 if (sc->ip->i_diflags & XFS_DIFLAG_REALTIME) in xrep_inode_flags()
1653 if (sc->ip->i_diflags & XFS_DIFLAG_REALTIME) in xrep_inode_flags()
Dorphanage.c98 dp->i_diflags &= ~(XFS_DIFLAG_REALTIME | XFS_DIFLAG_RTINHERIT); in xrep_chown_orphanage()
Dtempfile.c99 sc->tempip->i_diflags &= ~(XFS_DIFLAG_REALTIME | XFS_DIFLAG_RTINHERIT); in xrep_tempfile_create()
Dcommon.c1231 if (sc->ip->i_diflags & XFS_DIFLAG_REALTIME) { in xchk_metadata_inode_forks()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_buf.c577 if (mode && (flags & XFS_DIFLAG_REALTIME) && !mp->m_rtdev_targp) in xfs_dinode_verify()
652 if ((flags2 & XFS_DIFLAG2_REFLINK) && (flags & XFS_DIFLAG_REALTIME)) in xfs_dinode_verify()
713 rt_flag = (flags & XFS_DIFLAG_REALTIME); in xfs_inode_validate_extsize()
802 rt_flag = (flags & XFS_DIFLAG_REALTIME); in xfs_inode_validate_cowextsize()
Dxfs_inode_util.c61 di_flags |= XFS_DIFLAG_REALTIME; in xfs_flags2diflags()
94 if (ip->i_diflags & XFS_DIFLAG_REALTIME) in xfs_ip2xflags()
168 di_flags |= XFS_DIFLAG_REALTIME; in xfs_inode_inherit_flags()
Dxfs_format.h1064 #define XFS_DIFLAG_REALTIME (1 << XFS_DIFLAG_REALTIME_BIT) macro
1081 (XFS_DIFLAG_REALTIME | XFS_DIFLAG_PREALLOC | XFS_DIFLAG_NEWRTBM | \
Dxfs_bmap_btree.c199 (dst->bc_ino.ip->i_diflags & XFS_DIFLAG_REALTIME)); in xfs_bmbt_update_cursor()
/linux-6.12.1/fs/xfs/
Dxfs_linux.h255 (((ip)->i_diflags & XFS_DIFLAG_REALTIME) && \
Dxfs_super.c883 (ip->i_diflags & (XFS_DIFLAG_RTINHERIT | XFS_DIFLAG_REALTIME))) { in xfs_fs_statfs()