Subversion Repositories HelenOS

Rev

Rev 3561 | Rev 3598 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3561 Rev 3588
Line 297... Line 297...
297
 * @param dev_handle        Device handle of the block device.
297
 * @param dev_handle        Device handle of the block device.
298
 * @param boff          Block offset.
298
 * @param boff          Block offset.
299
 *
299
 *
300
 * @return          Block structure.
300
 * @return          Block structure.
301
 */
301
 */
302
block_t *block_get(dev_handle_t dev_handle, off_t boff)
302
block_t *block_get(dev_handle_t dev_handle, bn_t boff)
303
{
303
{
304
    devcon_t *devcon;
304
    devcon_t *devcon;
305
    cache_t *cache;
305
    cache_t *cache;
306
    block_t *b;
306
    block_t *b;
307
    link_t *l;
307
    link_t *l;