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
1284
if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
fs/ext4/file.c
250
if (unlikely(IS_IMMUTABLE(inode)))
fs/ext4/inode.c
5408
if (IS_APPEND(inode) || IS_IMMUTABLE(inode)) {
fs/ext4/inode.c
5807
if (unlikely(IS_IMMUTABLE(inode)))
fs/ext4/inode.c
6657
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
2476
if (!IS_IMMUTABLE(inode) || f2fs_compressed_file(inode)) {
fs/f2fs/file.c
1084
if (unlikely(IS_IMMUTABLE(inode)))
fs/f2fs/file.c
4933
if (IS_IMMUTABLE(inode))
fs/f2fs/file.c
85
if (unlikely(IS_IMMUTABLE(inode)))
fs/f2fs/inode.c
623
if (IS_IMMUTABLE(inode) && !f2fs_compressed_file(inode) &&
fs/gfs2/file.c
238
if (!IS_IMMUTABLE(inode)) {
fs/gfs2/inode.c
1095
if (IS_IMMUTABLE(inode) || IS_APPEND(inode))
fs/gfs2/inode.c
1177
if (IS_IMMUTABLE(&ip->i_inode) || IS_APPEND(&ip->i_inode))
fs/gfs2/inode.c
1990
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
3681
IS_IMMUTABLE(inode) || IS_SWAPFILE(inode) ||
fs/namei.c
5723
if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
fs/namei.c
636
if (unlikely(IS_IMMUTABLE(inode)))
fs/nfsd/vfs.c
2842
IS_IMMUTABLE(inode)? " immut" : "",
fs/nfsd/vfs.c
2858
if (/* (acc & NFSD_MAY_WRITE) && */ IS_IMMUTABLE(inode))
fs/nilfs2/inode.c
806
if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
fs/ntfs3/file.c
1222
if (unlikely(IS_IMMUTABLE(inode)))
fs/ocfs2/refcounttree.c
4363
if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
fs/open.c
299
if (IS_IMMUTABLE(inode))
fs/read_write.c
1518
if (IS_IMMUTABLE(inode_out))
fs/remap_range.c
288
if (IS_IMMUTABLE(inode_out))
fs/smb/server/smb2pdu.c
6294
if (IS_IMMUTABLE(inode) || IS_APPEND(inode))
fs/ufs/inode.c
1179
if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
fs/xattr.c
99
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
597
if (unlikely(IS_IMMUTABLE(inode)))
fs/zonefs/file.c
642
if (unlikely(IS_IMMUTABLE(inode) && !(inode->i_mode & 0777)))
fs/zonefs/file.c
699
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
269
!IS_IMMUTABLE(inode) &&