Searched refs:CFG_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
37 #define CFG_BLOCK_SIZE 512 macro39 #define CFG_VTOC_SKIP CFG_VTOC_SIZE * CFG_BLOCK_SIZE
114 if (size % CFG_BLOCK_SIZE != 0) in get_block_size()115 ret = size + CFG_BLOCK_SIZE - (size % CFG_BLOCK_SIZE); in get_block_size()