Searched refs:EXT2_IMMUTABLE_FL (Results 1 – 12 of 12) sorted by relevance
44 if (flags & EXT2_IMMUTABLE_FL) in setflags()
39 *flags |= EXT2_IMMUTABLE_FL; in getflags()
32 { EXT2_IMMUTABLE_FL, "i", "Immutable" },
57 if (flags & EXT2_IMMUTABLE_FL) in fsetflags()
52 *flags |= EXT2_IMMUTABLE_FL; in fgetflags()
101 { EXT2_IMMUTABLE_FL, 'i' },
282 inode.i_flags &= ~EXT2_IMMUTABLE_FL; in remove_journal_inode()
383 f = EXT2_NODUMP_FL | EXT2_IMMUTABLE_FL; in ext2fs_add_journal_inode()
249 #define EXT2_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
178 #define EXT2_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
193 if (temp & EXT2_IMMUTABLE_FL) in type_ext2_inode___show()
154 if (inode->i_flags & (EXT2_IMMUTABLE_FL | EXT2_APPEND_FL)) { in e2fsck_pass1_check_device_inode()212 #define BAD_SPECIAL_FLAGS (EXT2_IMMUTABLE_FL | EXT2_APPEND_FL)