Rev 3540 | Rev 3543 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3540 | Rev 3542 | ||
|---|---|---|---|
| Line 356... | Line 356... | ||
| 356 | * @param dev_handle Device handle of the block device. |
356 | * @param dev_handle Device handle of the block device. |
| 357 | * @param boff Block offset. |
357 | * @param boff Block offset. |
| 358 | * |
358 | * |
| 359 | * @return Block structure. |
359 | * @return Block structure. |
| 360 | */ |
360 | */ |
| 361 | block_t *block_get(dev_handle_t dev_handle, off_t boff, size_t bs) |
361 | block_t *block_get(dev_handle_t dev_handle, off_t boff) |
| 362 | { |
362 | { |
| 363 | devcon_t *devcon; |
363 | devcon_t *devcon; |
| 364 | cache_t *cache; |
364 | cache_t *cache; |
| 365 | block_t *b; |
365 | block_t *b; |
| 366 | link_t *l; |
366 | link_t *l; |