Home
last modified time | relevance | path

Searched refs:EROFS_INODE_COMPRESSED_COMPACT (Results 1 – 7 of 7) sorted by relevance

/external/erofs-utils/include/
Derofs_fs.h103 EROFS_INODE_COMPRESSED_COMPACT = 3, enumerator
110 return datamode == EROFS_INODE_COMPRESSED_COMPACT || in erofs_inode_is_data_compressed()
/external/erofs-utils/lib/
Dzmap.c73 if (vi->datalayout == EROFS_INODE_COMPRESSED_COMPACT && in z_erofs_fill_inode_lazy()
388 case EROFS_INODE_COMPRESSED_COMPACT: in z_erofs_load_lcluster_from_disk()
Ddata.c370 case EROFS_INODE_COMPRESSED_COMPACT: in erofs_pread()
Dcompress.c989 } else if (inode->datalayout == EROFS_INODE_COMPRESSED_COMPACT) { in z_erofs_drop_inline_pcluster()
1441 inode->datalayout = EROFS_INODE_COMPRESSED_COMPACT; in erofs_begin_compressed_file()
1448 if (inode->datalayout == EROFS_INODE_COMPRESSED_COMPACT) in erofs_begin_compressed_file()
/external/erofs-utils/include/erofs/
Dinternal.h446 case EROFS_INODE_COMPRESSED_COMPACT: in erofs_get_occupied_size()
/external/erofs-utils/dump/
Dmain.c222 case EROFS_INODE_COMPRESSED_COMPACT: in erofsdump_get_occupied_size()
/external/erofs-utils/fsck/
Dmain.c537 case EROFS_INODE_COMPRESSED_COMPACT: in erofs_verify_inode_data()