Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_metafile.h12 #define XFS_METAFILE_DIFLAGS (XFS_DIFLAG_IMMUTABLE | \
H A Dxfs_inode_util.c37 di_flags |= XFS_DIFLAG_IMMUTABLE; in xfs_flags2diflags()
98 if (ip->i_diflags & XFS_DIFLAG_IMMUTABLE) in xfs_ip2xflags()
H A Dxfs_format.h1165 #define XFS_DIFLAG_IMMUTABLE (1 << XFS_DIFLAG_IMMUTABLE_BIT) macro
1180 XFS_DIFLAG_IMMUTABLE | XFS_DIFLAG_APPEND | XFS_DIFLAG_SYNC | \
/linux/fs/xfs/scrub/
H A Dinode_repair.c1821 if ((sc->ip->i_diflags & XFS_DIFLAG_IMMUTABLE) && in xrep_inode_flags()