Searched refs:dosmount (Results 1 – 1 of 1) sorted by relevance
66 struct dosmount { struct67 struct dosmount *next; argument76 static struct dosmount *mounts; in msdosfs_filestat() argument77 struct dosmount *mnt; in msdosfs_filestat()96 if ((mnt = malloc(sizeof(struct dosmount))) == NULL) { in msdosfs_filestat()