Home
last modified time | relevance | path

Searched refs:LOG_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/erofs-utils/include/erofs/
Dinternal.h41 #define LOG_BLOCK_SIZE (12) macro
42 #define EROFS_BLKSIZ (1U << LOG_BLOCK_SIZE)
/external/erofs-utils/lib/
Dzmap.c21 vi->z_logical_clusterbits = LOG_BLOCK_SIZE; in z_erofs_fill_inode()
58 vi->z_logical_clusterbits = LOG_BLOCK_SIZE + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()
62 if (vi->z_physical_clusterbits[0] != LOG_BLOCK_SIZE) { in z_erofs_fill_inode_lazy()
Dsuper.c54 if (blkszbits != LOG_BLOCK_SIZE) { in erofs_read_superblock()
Dcompress.c323 if (logical_clusterbits < LOG_BLOCK_SIZE || LOG_BLOCK_SIZE < 12) in z_erofs_convert_to_compacted_format()
537 mapheader.h_clusterbits = LOG_BLOCK_SIZE - 12; in z_erofs_compress_init()
/external/erofs-utils/mkfs/
Dmain.c292 .blkszbits = LOG_BLOCK_SIZE, in erofs_mkfs_update_super_block()