Searched refs:DOS_FS (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/libsa/ |
H A D | dosfs.c | 44 DOS_FS *dos_fs; 147 static int parsebs(DOS_FS *, DOS_BS *); 148 static int namede(DOS_FS *, const char *, DOS_DE **); 149 static int lookup(DOS_FS *, u_int, const char *, DOS_DE **); 152 static off_t fsize(DOS_FS *, DOS_DE *); 153 static int fatcnt(DOS_FS *, u_int); 154 static int fatget(DOS_FS *, u_int *); 156 static int ioread(DOS_FS *, uint64_t, void *, size_t); 160 dos_read_fatblk(DOS_FS *fs, struct open_file *fd, u_int blknum) in dos_read_fatblk() 193 dos_mount_impl(DOS_FS *fs, struct open_file *fd) in dos_mount_impl() [all …]
|
H A D | dosfs.h | 112 } DOS_FS; typedef 115 DOS_FS *fs; /* associated filesystem */
|