Searched refs:FS_IMMUTABLE_FL (Results 1 – 17 of 17) sorted by relevance
67 flags |= FS_IMMUTABLE_FL; in hfsplus_ioctl_getflags()99 if ((flags & (FS_IMMUTABLE_FL|FS_APPEND_FL)) || in hfsplus_ioctl_setflags()108 if (flags & ~(FS_IMMUTABLE_FL|FS_APPEND_FL|FS_NODUMP_FL)) { in hfsplus_ioctl_setflags()113 if (flags & FS_IMMUTABLE_FL) in hfsplus_ioctl_setflags()
33 flags |= FS_IMMUTABLE_FL; in set_immutable()35 flags &= ~FS_IMMUTABLE_FL; in set_immutable()63 if (flags & FS_IMMUTABLE_FL) in get_immutable()
122 flags |= FS_IMMUTABLE_FL; in efivarfs_ioc_getxflags()143 if (flags & ~FS_IMMUTABLE_FL) in efivarfs_ioc_setxflags()149 if (flags & FS_IMMUTABLE_FL) in efivarfs_ioc_setxflags()
72 if (ioctl_flags & FS_IMMUTABLE_FL) in ioctl2ubifs()98 ioctl_flags |= FS_IMMUTABLE_FL; in ubifs2ioctl()123 if ((flags ^ oldflags) & (FS_APPEND_FL | FS_IMMUTABLE_FL)) { in setflags()
37 {JFS_IMMUTABLE_FL, FS_IMMUTABLE_FL},
129 #define ORANGEFS_IMMUTABLE_FL FS_IMMUTABLE_FL
515 (~(FS_IMMUTABLE_FL | FS_APPEND_FL | FS_NOATIME_FL))) { in orangefs_ioctl()
334 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
216 FS_IMMUTABLE_FL | FS_APPEND_FL | FS_NODUMP_FL | FS_NOATIME_FL |\
156 if (((flags ^ oldflags) & (FS_APPEND_FL | FS_IMMUTABLE_FL)) && in nilfs_ioctl_setflags()
422 if (flags & FS_IMMUTABLE_FL) in nilfs_set_inode_flags()
839 if (flags & FS_IMMUTABLE_FL) in xfs_merge_ioc_xflags()870 flags |= FS_IMMUTABLE_FL; in xfs_di2lxflags()1499 if (flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | \ in xfs_ioc_setxflags()
235 #define EXT2_IMMUTABLE_FL FS_IMMUTABLE_FL /* Immutable file */
258 #define OCFS2_IMMUTABLE_FL FS_IMMUTABLE_FL /* Immutable file */
134 {FS_IMMUTABLE_FL, GFS2_DIF_IMMUTABLE},
113 iflags |= FS_IMMUTABLE_FL; in btrfs_inode_flags_to_fsflags()170 if (flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | \ in check_fsflags()221 if ((fsflags ^ old_fsflags) & (FS_APPEND_FL | FS_IMMUTABLE_FL)) { in btrfs_ioctl_setflags()232 if (fsflags & FS_IMMUTABLE_FL) in btrfs_ioctl_setflags()
1772 #define REISERFS_IMMUTABLE_FL FS_IMMUTABLE_FL