Searched refs:EXT3_IMMUTABLE_FL (Results 1 – 3 of 3) sorted by relevance
66 if ((flags ^ oldflags) & (EXT3_APPEND_FL | EXT3_IMMUTABLE_FL)) { in ext3_ioctl()
2821 if (flags & EXT3_IMMUTABLE_FL) in ext3_set_inode_flags()2835 EXT3_IMMUTABLE_FL|EXT3_NOATIME_FL|EXT3_DIRSYNC_FL); in ext3_get_inode_flags()2841 ei->i_flags |= EXT3_IMMUTABLE_FL; in ext3_get_inode_flags()
138 #define EXT3_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro