Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_ioctl.c891 if (di_flags & XFS_DIFLAG_IMMUTABLE) in xfs_di2lxflags()
952 di_flags |= XFS_DIFLAG_IMMUTABLE; in xfs_set_diflags()
1033 if (((ip->i_d.di_flags & (XFS_DIFLAG_IMMUTABLE | XFS_DIFLAG_APPEND)) || in xfs_ioctl_setattr_xflags()
Dxfs_iops.c1196 if (flags & XFS_DIFLAG_IMMUTABLE) in xfs_diflags_to_iflags()
Dxfs_inode.c622 if (di_flags & XFS_DIFLAG_IMMUTABLE) in _xfs_dic2xflags()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h1008 #define XFS_DIFLAG_IMMUTABLE (1 << XFS_DIFLAG_IMMUTABLE_BIT) macro
1023 XFS_DIFLAG_IMMUTABLE | XFS_DIFLAG_APPEND | XFS_DIFLAG_SYNC | \