Searched refs:DOS_FS (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/libsa/ |
H A D | dosfs.c | 45 DOS_FS *dos_fs; 176 static int parsebs(DOS_FS *, DOS_BS *); 177 static int namede(DOS_FS *, const char *, DOS_DE **); 178 static int lookup(DOS_FS *, u_int, const char *, DOS_DE **); 181 static off_t fsize(DOS_FS *, DOS_DE *); 182 static int fatcnt(DOS_FS *, u_int); 183 static int fatget(DOS_FS *, u_int *); 185 static int ioread(DOS_FS *, uint64_t, void *, size_t); 186 static int ioget(DOS_FS *, daddr_t, void *, size_t); 189 dos_read_fatblk(DOS_FS *fs, u_int blknum) in dos_read_fatblk() [all …]
|
H A D | dosfs.h | 115 } DOS_FS; typedef 118 DOS_FS *fs; /* associated filesystem */
|