Home
last modified time | relevance | path

Searched refs:getoneblk (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/include/
Ddisk.h37 extern void getoneblk(struct disk *, char *, block_t, int);
/external/syslinux/core/fs/
Ddiskio.c14 void getoneblk(struct disk *disk, char *buf, block_t block, int block_size) in getoneblk() function
Dcache.c123 getoneblk(dev->disk, cs->data, block, dev->cache_block_size); in get_cache()