Home
last modified time | relevance | path

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

/external/erofs-utils/include/
Derofs_fs.h67 static inline bool erofs_inode_is_data_compressed(unsigned int datamode) in erofs_inode_is_data_compressed() argument
69 return datamode == EROFS_INODE_FLAT_COMPRESSION || in erofs_inode_is_data_compressed()
70 datamode == EROFS_INODE_FLAT_COMPRESSION_LEGACY; in erofs_inode_is_data_compressed()
/external/erofs-utils/lib/
Dzmap.c280 const unsigned int datamode = m->inode->datalayout; in z_erofs_load_cluster_from_disk() local
282 if (datamode == EROFS_INODE_FLAT_COMPRESSION_LEGACY) in z_erofs_load_cluster_from_disk()
285 if (datamode == EROFS_INODE_FLAT_COMPRESSION) in z_erofs_load_cluster_from_disk()