Searched refs:EXT4_IMMUTABLE_FL (Results 1 – 3 of 3) sorted by relevance
255 if ((flags ^ oldflags) & (EXT4_APPEND_FL | EXT4_IMMUTABLE_FL)) { in ext4_ioctl()
4209 if (flags & EXT4_IMMUTABLE_FL) in ext4_set_inode_flags()4234 EXT4_IMMUTABLE_FL|EXT4_NOATIME_FL| in ext4_get_inode_flags()4241 new_fl |= EXT4_IMMUTABLE_FL; in ext4_get_inode_flags()
357 #define EXT4_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro