Searched refs:EXT2_NOTAIL_FL (Results 1 – 4 of 4) sorted by relevance
43 { EXT2_NOTAIL_FL, "t", "No_Tailmerging" },
112 { EXT2_NOTAIL_FL, 't' },
115 Add support for a new ext2 file attribute, EXT2_NOTAIL_FL, which will
328 #define EXT2_NOTAIL_FL 0x00008000 /* file tail should not be merged */ macro