Searched refs:dosmount (Results 1 – 1 of 1) sorted by relevance
75 struct dosmount { struct76 struct dosmount *next; argument85 static struct dosmount *mounts; in msdosfs_filestat() argument86 struct dosmount *mnt; in msdosfs_filestat()105 if ((mnt = malloc(sizeof(struct dosmount))) == NULL) { in msdosfs_filestat()