Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c684 if (mode && (flags & XFS_DIFLAG_REALTIME) && !mp->m_rtdev_targp) in xfs_dinode_verify()
759 if ((flags2 & XFS_DIFLAG2_REFLINK) && (flags & XFS_DIFLAG_REALTIME) && in xfs_dinode_verify()
840 rt_flag = (flags & XFS_DIFLAG_REALTIME); in xfs_inode_validate_extsize()
930 rt_flag = (flags & XFS_DIFLAG_REALTIME); in xfs_inode_validate_cowextsize()
H A Dxfs_format.h1162 #define XFS_DIFLAG_REALTIME (1 << XFS_DIFLAG_REALTIME_BIT) macro
1179 (XFS_DIFLAG_REALTIME | XFS_DIFLAG_PREALLOC | XFS_DIFLAG_NEWRTBM | \
/linux/fs/xfs/
H A Dxfs_platform.h272 (((ip)->i_diflags & XFS_DIFLAG_REALTIME) && \
H A Dxfs_super.c940 (ip->i_diflags & (XFS_DIFLAG_RTINHERIT | XFS_DIFLAG_REALTIME))) in xfs_fs_statfs()
/linux/fs/xfs/scrub/
H A Dinode_repair.c555 flags |= XFS_DIFLAG_REALTIME; in xrep_dinode_flags()
557 flags &= ~XFS_DIFLAG_REALTIME; in xrep_dinode_flags()
882 isrt = dip->di_flags & cpu_to_be16(XFS_DIFLAG_REALTIME); in xrep_dinode_bad_extents_fork()
1813 sc->ip->i_diflags &= ~(XFS_DIFLAG_REALTIME | in xrep_inode_flags()
1817 if (sc->ip->i_diflags & XFS_DIFLAG_REALTIME) in xrep_inode_flags()
H A Dorphanage.c98 dp->i_diflags &= ~(XFS_DIFLAG_REALTIME | XFS_DIFLAG_RTINHERIT); in xrep_chown_orphanage()