Home
last modified time | relevance | path

Searched refs:disk_read (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c51 static int disk_read(__u32 block, __u32 nr_blocks, void *buf) in disk_read() function
74 if (disk_read(0, 1, buffer) != 1) { in fat_set_blk_dev()
218 if (disk_read(startblock, getsize, bufptr) < 0) { in get_fatent()
273 ret = disk_read(startsect++, 1, tmpbuf); in get_cluster()
285 ret = disk_read(startsect, idx, buffer); in get_cluster()
298 ret = disk_read(startsect, 1, tmpbuf); in get_cluster()
504 if (disk_read(0, 1, block) < 0) { in read_bootsectandvi()
746 ret = disk_read(sect, itr->fsdata->clust_size, in next_cluster()
H A Dfat_write.su
H A Dfat_write.c405 if (disk_read(startblock, getsize, bufptr) < 0) { in set_fatent_value()
967 if (disk_read(cursect, in do_fat_write()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map