Searched refs:DOS_FS (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/boot/libsa/ |
H A D | dosfs.c | 136 static int parsebs(DOS_FS *, DOS_BS *); 137 static int namede(DOS_FS *, const char *, DOS_DE **); 138 static int lookup(DOS_FS *, uint_t, const char *, DOS_DE **); 141 static off_t fsize(DOS_FS *, DOS_DE *); 142 static int fatcnt(DOS_FS *, uint_t); 143 static int fatget(DOS_FS *, uint_t *); 145 static int ioread(DOS_FS *, uint64_t, void *, size_t); 149 dos_read_fatblk(DOS_FS *fs, struct open_file *fd, uint_t blknum) in dos_read_fatblk() 183 dos_mount(DOS_FS *fs, struct open_file *fd) in dos_mount() 188 bzero(fs, sizeof (DOS_FS)); in dos_mount() [all …]
|
H A D | dosfs.h | 113 } DOS_FS; typedef 116 DOS_FS *fs; /* associated filesystem */
|