Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4.h404 #define EXT4_COMPR_FL 0x00000004 /* Compress file */ macro
439 EXT4_COMPR_FL | \
475 #define EXT4_FL_INHERITED (EXT4_SECRM_FL | EXT4_UNRM_FL | EXT4_COMPR_FL |\
H A Dinode.c5649 if (flags & EXT4_COMPR_FL) in ext4_getattr()