Home
last modified time | relevance | path

Searched refs:EXT4_COMPR_FL (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/ext4/
Dext4.h418 #define EXT4_COMPR_FL 0x00000004 /* Compress file */ macro
453 EXT4_COMPR_FL | \
480 #define EXT4_FL_INHERITED (EXT4_SECRM_FL | EXT4_UNRM_FL | EXT4_COMPR_FL |\
Dinode.c5618 if (flags & EXT4_COMPR_FL) in ext4_getattr()
/Linux-v6.1/Documentation/filesystems/ext4/
Dinodes.rst242 - File is compressed (EXT4_COMPR_FL). (not really implemented)