Searched refs:dos_fd (Results 1 – 1 of 1) sorted by relevance
46 int dos_fd; member279 mnt->dos_fd = -1; in dos_mount()287 mnt->dos_fd = open(fs, O_RDONLY); in dos_mount()289 if (mnt->dos_fd == -1) in dos_mount()292 f = fd2open_file(mnt->dos_fd); in dos_mount()304 if (mnt->dos_fd >= 0) in dos_mount()305 close(mnt->dos_fd); in dos_mount()321 close(mnt->dos_fd); in dos_unmount()