Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Df2fs.h2208 #define F2FS_COMPR_FL 0x00000004 /* Compress file */ macro
2246 #define F2FS_FL_INHERITED (F2FS_SECRM_FL | F2FS_UNRM_FL | F2FS_COMPR_FL |\
Dfile.c711 if (flags & F2FS_COMPR_FL) in f2fs_getattr()