datamode           64 fs/erofs/erofs_fs.h static inline bool erofs_inode_is_data_compressed(unsigned int datamode)
datamode           66 fs/erofs/erofs_fs.h 	return datamode == EROFS_INODE_FLAT_COMPRESSION ||
datamode           67 fs/erofs/erofs_fs.h 		datamode == EROFS_INODE_FLAT_COMPRESSION_LEGACY;
datamode          317 fs/erofs/zmap.c 	const unsigned int datamode = EROFS_I(m->inode)->datalayout;
datamode          319 fs/erofs/zmap.c 	if (datamode == EROFS_INODE_FLAT_COMPRESSION_LEGACY)
datamode          322 fs/erofs/zmap.c 	if (datamode == EROFS_INODE_FLAT_COMPRESSION)