Searched refs:fs_read (Results 1 – 8 of 8) sorted by relevance
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | boot.c | 163 fs_read(fs->backupboot_start, sizeof(b2), &b2); in check_backup_boot() 256 fs_read(fs->fsinfo_start, sizeof(i), &i); in read_fsinfo() 343 fs_read(0, sizeof(b), &b); 499 fs_read(0, sizeof(b16), &b16); 511 fs_read(0, sizeof(b), &b); 536 fs_read(offset, sizeof(DIR_ENT), de); 545 fs_read(offset, sizeof(DIR_ENT), de);
|
H A D | io.h | 49 void fs_read(off_t pos, int size, void *data);
|
H A D | check.c | 88 fs_read(offset, sizeof(DIR_ENT), &d2); in alloc_rootdir_entry() 137 fs_read(offset2, sizeof(DIR_ENT), &d2); in alloc_rootdir_entry() 164 fs_read(fs->root_start, fs->root_entries * sizeof(DIR_ENT), root); in alloc_rootdir_entry() 1125 fs_read(offset, sizeof(DIR_ENT), &de);
|
H A D | fat.c | 108 fs_read(fs->fat_start, eff_size, first); in read_fat() 111 fs_read(fs->fat_start + fs->fat_size, eff_size, second); in read_fat()
|
H A D | io.c | 282 void fs_read(off_t pos, int size, void *data) in fs_read() function
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/apps/ |
H A D | fs.h | 95 int fs_read(struct fs_file *file, char *buffer, int count);
|
/reactos/drivers/network/tcpip/lwip/src/apps/http/ |
H A D | fs.c | 102 fs_read(struct fs_file *file, char *buffer, int count) in fs_read_async()
|
H A D | httpd.c | 1156 count = fs_read(hs->handle, hs->buf, count);
|