Searched refs:LB_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
23 #define LB_BLOCK_SIZE 9 macro84 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks()86 start = image + (lba << LB_BLOCK_SIZE); in read_blocks()109 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks()111 start = image + (lba << LB_BLOCK_SIZE); in write_blocks()195 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup()196 block_io.media->last_block = img.length >> LB_BLOCK_SIZE; in setup()
20 #define LB_BLOCK_SIZE 9 macro
21 #define LB_BLOCK_SIZE 9 macro