Lines Matching refs:block
27 unsigned int block;
72 return bb->block;
181 if (!bb->next || bb->next->block > start->block) {
196 /* Block doesn't exist (possible if one block is the last block) */
201 assert(a->block < b->block);
210 if (a->block + block_len != b->block) {
256 if (bbl->data_blocks->block > new_bb->block) {
264 there if the next block number is higher */
265 if (bbl->last_used && new_bb->block > bbl->last_used->block)
271 for (; bb->next && bb->next->block < new_bb->block; bb = bb->next)
287 /* Queues a fill block of memory to be written to the specified data blocks */
289 unsigned int len, unsigned int block)
296 bb->block = block;
305 /* Queues a block of memory to be written to the specified data blocks */
307 unsigned int len, unsigned int block)
314 bb->block = block;
325 int64_t offset, unsigned int len, unsigned int block)
332 bb->block = block;
344 unsigned int len, unsigned int block)
351 bb->block = block;
380 new_bb->block = bb->block + max_len / bbl->block_size;