Searched refs:force_read (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dforce_io.c59 int force_read(Stream_t *Stream, char *buf, mt_off_t start, size_t len) function
H A Dmbadblocks.c82 ret = force_read(Fs->Next, in_buf,
H A Ddirectory.c35 if((n=force_read(entry->Dir, (char *) (&entry->dir),
H A Dstream.h83 int force_read(Stream_t *Stream, char *buf, mt_off_t start, size_t len);
H A Dminfo.c47 force_read(Stream, (char *) infosec,
H A Dinit.c50 if (force_read(Stream, (char *) boot, 0, size) != size)
89 if (force_read(St,temp,(mt_off_t) 512,512) == 512)
H A Dmlabel.c273 have_boot = (force_read(Fs,(char *)&boot,0,sizeof(boot)) ==
H A Dplain_io.c697 if (force_read((Stream_t *)This, (char*) buf, 0, 512) != 512)
H A Dfat.c51 return force_read(This->Next, buf, sectorsToBytes((Stream_t *)This, off),

Completed in 86 milliseconds