Searched refs:DOS_FS (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/stand/libsa/
H A Ddosfs.h114 } DOS_FS; typedef in typeref:struct:__anon9247
117 DOS_FS *fs; /* associated filesystem */
H A Ddosfs.c136 static int parsebs(DOS_FS *, DOS_BS *);
137 static int namede(DOS_FS *, const char *, DOS_DE **);
138 static int lookup(DOS_FS *, u_int, const char *, DOS_DE **);
141 static off_t fsize(DOS_FS *, DOS_DE *);
142 static int fatcnt(DOS_FS *, u_int);
143 static int fatget(DOS_FS *, u_int *);
145 static int ioread(DOS_FS *, u_int, void *, size_t);
149 dos_read_fatblk(DOS_FS *fs, struct open_file *fd, u_int blknum)
182 dos_mount(DOS_FS *fs, struct open_file *fd)
187 bzero(fs, sizeof(DOS_FS));
[all...]

Completed in 55 milliseconds