]> 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 b4a086f33a1957c4fa85436296735c6f8ce81378..0c6998c4b7660517372eecb3de4d6294261cc4ca 100644 (file)
@@ -43,10 +43,11 @@ static struct flags_name flags_array[] = {
        { 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 }
 };