Symbol: IS_IMMUTABLE
fs/attr.c
378
if (IS_IMMUTABLE(inode) || IS_APPEND(inode))
fs/attr.c
387
if (IS_IMMUTABLE(inode))
fs/ext2/inode.c
1246
if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
fs/ext4/file.c
249
if (unlikely(IS_IMMUTABLE(inode)))
fs/ext4/inode.c
5548
if (IS_APPEND(inode) || IS_IMMUTABLE(inode)) {
fs/ext4/inode.c
5947
if (unlikely(IS_IMMUTABLE(inode)))
fs/ext4/inode.c
6801
if (unlikely(IS_IMMUTABLE(inode)))
fs/ext4/ioctl.c
405
if (IS_RDONLY(inode) || IS_APPEND(inode) || IS_IMMUTABLE(inode) ||
fs/ext4/ioctl.c
645
if (S_ISREG(inode->i_mode) && !IS_IMMUTABLE(inode) &&
fs/ext4/move_extent.c
485
if (IS_IMMUTABLE(donor_inode) || IS_APPEND(donor_inode)) {
fs/f2fs/data.c
2543
if (!IS_IMMUTABLE(inode) || f2fs_compressed_file(inode)) {
fs/f2fs/file.c
1092
if (unlikely(IS_IMMUTABLE(inode)))
fs/f2fs/file.c
4991
if (IS_IMMUTABLE(inode))
fs/f2fs/file.c
88
if (unlikely(IS_IMMUTABLE(inode)) ||
fs/f2fs/file.c
91
IS_IMMUTABLE(inode),
fs/f2fs/inode.c
632
if (IS_IMMUTABLE(inode) && !f2fs_compressed_file(inode) &&
fs/gfs2/file.c
238
if (!IS_IMMUTABLE(inode)) {
fs/gfs2/inode.c
1097
if (IS_IMMUTABLE(inode) || IS_APPEND(inode))
fs/gfs2/inode.c
1179
if (IS_IMMUTABLE(&ip->i_inode) || IS_APPEND(&ip->i_inode))
fs/gfs2/inode.c
1992
if ((mask & MAY_WRITE) && IS_IMMUTABLE(inode))
fs/gfs2/xattr.c
1181
if (IS_IMMUTABLE(inode) || IS_APPEND(inode))
fs/hpfs/file.c
70
if (IS_IMMUTABLE(i)) return /*-EPERM*/;
fs/namei.c
3704
IS_IMMUTABLE(inode) || IS_SWAPFILE(inode) ||
fs/namei.c
5762
if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
fs/namei.c
641
if (unlikely(IS_IMMUTABLE(inode)))
fs/nfsd/vfs.c
2851
IS_IMMUTABLE(inode)? " immut" : "",
fs/nfsd/vfs.c
2867
if (/* (acc & NFSD_MAY_WRITE) && */ IS_IMMUTABLE(inode))
fs/nilfs2/inode.c
806
if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
fs/ntfs3/file.c
1211
if (unlikely(IS_IMMUTABLE(inode)))
fs/ocfs2/refcounttree.c
4367
if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
fs/open.c
297
if (IS_IMMUTABLE(inode))
fs/read_write.c
1517
if (IS_IMMUTABLE(inode_out))
fs/remap_range.c
288
if (IS_IMMUTABLE(inode_out))
fs/smb/server/smb2pdu.c
6761
if (IS_IMMUTABLE(inode) || IS_APPEND(inode))
fs/ufs/inode.c
1178
if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
fs/xattr.c
105
if (IS_IMMUTABLE(inode))
fs/xfs/xfs_exchrange.c
352
if (IS_IMMUTABLE(inode1) || IS_IMMUTABLE(inode2))
fs/xfs/xfs_handle.c
265
if ((fmode & FMODE_WRITE) && IS_IMMUTABLE(inode))
fs/xfs/xfs_handle.c
541
if (IS_IMMUTABLE(inode) || IS_APPEND(inode))
fs/zonefs/file.c
274
if (unlikely(IS_IMMUTABLE(inode)))
fs/zonefs/file.c
297
if (unlikely(IS_IMMUTABLE(inode)))
fs/zonefs/file.c
596
if (unlikely(IS_IMMUTABLE(inode)))
fs/zonefs/file.c
641
if (unlikely(IS_IMMUTABLE(inode) && !(inode->i_mode & 0777)))
fs/zonefs/file.c
698
if (unlikely(IS_IMMUTABLE(inode) && !(inode->i_mode & 0777)))
fs/zonefs/super.c
542
if (unlikely(IS_IMMUTABLE(inode)))
security/integrity/evm/evm_main.c
292
!IS_IMMUTABLE(inode) &&
security/integrity/ima/ima_appraise.c
95
if (IS_IMMUTABLE(d_inode(dentry)))