Searched refs:DOS_FS (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/boot/libsa/ |
| H A D | dosfs.c | 164 static int parsebs(DOS_FS *, DOS_BS *); 165 static int namede(DOS_FS *, const char *, DOS_DE **); 166 static int lookup(DOS_FS *, uint_t, const char *, DOS_DE **); 169 static off_t fsize(DOS_FS *, DOS_DE *); 170 static int fatcnt(DOS_FS *, uint_t); 171 static int fatget(DOS_FS *, uint_t *); 173 static int ioread(DOS_FS *, uint64_t, void *, size_t); 174 static int ioget(DOS_FS *, daddr_t, void *, size_t); 177 dos_read_fatblk(DOS_FS *fs, uint_t blknum) in dos_read_fatblk() 216 dos_mount(DOS_FS **fsp, struct open_file *fd) in dos_mount() [all …]
|
| H A D | dosfs.h | 116 } DOS_FS; typedef 119 DOS_FS *fs; /* associated filesystem */
|