Home
last modified time | relevance | path

Searched refs:WORST_COMPR_FACTOR (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dubifs.h754 #define WORST_COMPR_FACTOR 2 macro
760 (UBIFS_DATA_NODE_SZ + UBIFS_BLOCK_SIZE * WORST_COMPR_FACTOR)
/openbmc/linux/fs/ubifs/
H A Dubifs.h132 #define WORST_COMPR_FACTOR 2 macro
144 (UBIFS_DATA_NODE_SZ + UBIFS_BLOCK_SIZE * WORST_COMPR_FACTOR)
H A Djournal.c1492 buf = kmalloc_array(out_len, WORST_COMPR_FACTOR, GFP_NOFS); in truncate_data_node()