Searched refs:EXT2_IMMUTABLE_FL (Results 1 – 13 of 13) sorted by relevance
45 if (flags & EXT2_IMMUTABLE_FL) in setflags()
41 *flags |= EXT2_IMMUTABLE_FL; in getflags()
34 { EXT2_IMMUTABLE_FL, "i", "Immutable" },
58 if (flags & EXT2_IMMUTABLE_FL) in fsetflags()
54 *flags |= EXT2_IMMUTABLE_FL; in fgetflags()
35 inode.i_flags = EXT2_IMMUTABLE_FL; in move_quota_inode()
157 if (inode->i_flags & (EXT2_IMMUTABLE_FL | EXT2_APPEND_FL)) { in e2fsck_pass1_check_device_inode()245 #define BAD_SPECIAL_FLAGS (EXT2_IMMUTABLE_FL | EXT2_APPEND_FL)
130 inode.i_flags &= ~EXT2_IMMUTABLE_FL; in quota_inode_truncate()266 inode.i_flags |= EXT2_IMMUTABLE_FL; in quota_inode_init_new()
103 { EXT2_IMMUTABLE_FL, 'i' },
334 inode.i_flags &= ~EXT2_IMMUTABLE_FL; in remove_journal_inode()
193 if (temp & EXT2_IMMUTABLE_FL) in type_ext2_inode___show()
561 f |= EXT2_NODUMP_FL | EXT2_IMMUTABLE_FL; in ext2fs_add_journal_inode()
283 #define EXT2_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro