Searched refs:DOS_FS (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/lib/libsa/ |
| D | dosfs.c | 83 } DOS_FS; typedef 86 DOS_FS *fs; /* associated filesystem */ 145 static int dosunmount(DOS_FS *); 146 static int parsebs(DOS_FS *, DOS_BS *); 147 static int namede(DOS_FS *, const char *, const struct direntry **); 148 static int lookup(DOS_FS *, u_int, const char *, const struct direntry **); 151 static off_t fsize(DOS_FS *, struct direntry *); 152 static int fatcnt(DOS_FS *, u_int); 153 static int fatget(DOS_FS *, u_int *); 155 static int ioread(DOS_FS *, BYTE_OFF_T, void *, u_int); [all …]
|