]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - lib/e2p/pf.c
chattr/lsattr: support casefold attribute
[thirdparty/e2fsprogs.git] / lib / e2p / pf.c
index f116ac3c1fb1795e1a6803cf7bd5dd205625dac9..0c6998c4b7660517372eecb3de4d6294261cc4ca 100644 (file)
@@ -37,20 +37,17 @@ static struct flags_name flags_array[] = {
        { EXT2_NODUMP_FL, "d", "No_Dump" },
        { EXT2_NOATIME_FL, "A", "No_Atime" },
        { EXT2_COMPR_FL, "c", "Compression_Requested" },
-#ifdef ENABLE_COMPRESSION
-       { EXT2_COMPRBLK_FL, "B", "Compressed_File" },
-       { EXT2_DIRTY_FL, "Z", "Compressed_Dirty_File" },
-       { EXT2_NOCOMPR_FL, "X", "Compression_Raw_Access" },
-       { EXT2_ECOMPR_FL, "E", "Compression_Error" },
-#endif
+       { EXT4_ENCRYPT_FL, "E", "Encrypted" },
        { EXT3_JOURNAL_DATA_FL, "j", "Journaled_Data" },
        { EXT2_INDEX_FL, "I", "Indexed_directory" },
        { EXT2_NOTAIL_FL, "t", "No_Tailmerging" },
        { EXT2_TOPDIR_FL, "T", "Top_of_Directory_Hierarchies" },
        { EXT4_EXTENTS_FL, "e", "Extents" },
-       { EXT4_HUGE_FILE_FL, "h", "Huge_file" },
        { FS_NOCOW_FL, "C", "No_COW" },
+       { EXT4_CASEFOLD_FL, "F", "Casefold" },
        { EXT4_INLINE_DATA_FL, "N", "Inline_Data" },
+       { EXT4_PROJINHERIT_FL, "P", "Project_Hierarchy" },
+       { EXT4_VERITY_FL, "V", "Verity" },
        { 0, NULL, NULL }
 };